We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e59bab commit 0f0412bCopy full SHA for 0f0412b
.github/workflows/benchmarks.yaml
@@ -36,7 +36,8 @@ jobs:
36
- name: Install FFmpeg, PyTorch and TorchAudio
37
run: |
38
conda install "ffmpeg=6" pkg-config -c conda-forge
39
- 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
40
+ #python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
41
ffmpeg -version
42
43
#- name: Download, build and install TorchVision
0 commit comments