Skip to content

Commit

Permalink
use the latest torch torchvision torchaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
salehsedghpour committed Dec 2, 2023
1 parent 076dce7 commit b4a5655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bit_depth/dvc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
stages:
install_deckard:
cmd: python -m pip install -e ../../ && python -m pip install torch==1.8.1+cu101 torchvision==0.9.1+cu101 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
cmd: python -m pip install -e ../../ && python -m pip install torch torchvision torchaudio -f https://download.pytorch.org/whl/torch_stable.html
deps:
- ../../setup.py
outs:
Expand Down

0 comments on commit b4a5655

Please sign in to comment.