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 0f0412b commit a5f15a4Copy full SHA for a5f15a4
.github/workflows/benchmarks.yaml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install FFmpeg, PyTorch and TorchAudio
37
run: |
38
- conda install "ffmpeg=6" pkg-config -c conda-forge
+ conda install "ffmpeg=4" pkg-config -c conda-forge
39
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
0 commit comments