Skip to content

Commit

Permalink
Install PyTorch, TorchAudio and TorchVision from conda
Browse files Browse the repository at this point in the history
  • Loading branch information
scotts committed Nov 13, 2024
1 parent 9e59bab commit 0f0412b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Install FFmpeg, PyTorch and TorchAudio
run: |
conda install "ffmpeg=6" pkg-config -c conda-forge
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly
#python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
ffmpeg -version
#- name: Download, build and install TorchVision
Expand Down

0 comments on commit 0f0412b

Please sign in to comment.