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 7585c1f commit 2085998Copy full SHA for 2085998
.github/workflows/benchmarks.yaml
@@ -32,7 +32,7 @@ jobs:
32
run: python -m pip install --upgrade pip
33
- name: Install dependencies and FFmpeg
34
run: |
35
- conda install ffmpeg pkg-config -c conda-forge
+ conda install "ffmpeg=6" pkg-config -c conda-forge
36
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
37
python -m pip install decord matplotlib pandas numpy
38
ffmpeg -version
0 commit comments