Skip to content

Commit

Permalink
Added installation for torch
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Oct 22, 2024
1 parent ac462ab commit be8913a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Install tensorflow
run: pip install tensorflow==2.9.2

- name : Install pytorch and ultralytics
run: pip install torch==1.12.1+cu113 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 be8913a

Please sign in to comment.