Skip to content

Commit f880bf9

Browse files
committed
Use FFmpeg=5
1 parent a5f15a4 commit f880bf9

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=4" pkg-config -c conda-forge
38+
conda install "ffmpeg=5" 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)