Skip to content

Commit

Permalink
Add torch version upgradae
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Oct 30, 2024
1 parent afac979 commit b1d5150
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.1+cu113 torchvision==0.20.1+cu113 torchaudio==2.4.1 --extra-index-url https://download.pytorch.org/whl/cu113 ultralytics==8.2.103
run: pip install torch==2.4.0 torchvision==0.13.1+cu113 torchaudio==0.12.1 --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 b1d5150

Please sign in to comment.