Skip to content

Commit

Permalink
Fix torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Oct 30, 2024
1 parent fd89269 commit 57bbf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: pip install tensorflow==2.9.2

- name : Install pytorch and ultralytics
run: pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.3.0 --extra-index-url https://download.pytorch.org/whl/cu113 ultralytics==8.1.6
run: pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --extra-index-url https://download.pytorch.org/whl/cu113 ultralytics==8.1.6

- name: Install fair utilities
run: pip install -e .
Expand Down

0 comments on commit 57bbf69

Please sign in to comment.