Skip to content

Commit

Permalink
Add check to uninstall torch if it is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Aug 29, 2024
1 parent 105da1e commit 0b1e54a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/no-torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

- name: Python environment
run: |
pip uninstall torch --yes
pip list
- name: Build deepspeed
Expand Down

0 comments on commit 0b1e54a

Please sign in to comment.