Skip to content

Commit

Permalink
remove torchvision and torchaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Oct 16, 2024
1 parent 03d8a7c commit 9824dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ task:
# mltool installs
# - torch and triton are not currently on arm, so commented out
# - when they are available on arm (and we figure out how to run docker in the background on cirrus) we should test them!
# python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
# python -m pip install torch --index-url https://download.pytorch.org/whl/cpu # torchvision torchaudio
python -m pip install xgboost
# python -m pip install tritonclient[grpc,http]
# install checked out coffea
Expand Down

0 comments on commit 9824dfc

Please sign in to comment.