Skip to content

Commit a5f15a4

Browse files
committed
Use ffmpeg=4
1 parent 0f0412b commit a5f15a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install FFmpeg, PyTorch and TorchAudio
3737
run: |
38-
conda install "ffmpeg=6" pkg-config -c conda-forge
38+
conda install "ffmpeg=4" pkg-config -c conda-forge
3939
conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly
4040
#python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
4141
ffmpeg -version

0 commit comments

Comments
 (0)