Skip to content

Commit

Permalink
Setting FFmpeg version to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
scotts committed Nov 12, 2024
1 parent 7585c1f commit 2085998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: python -m pip install --upgrade pip
- name: Install dependencies and FFmpeg
run: |
conda install ffmpeg pkg-config -c conda-forge
conda install "ffmpeg=6" pkg-config -c conda-forge
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
python -m pip install decord matplotlib pandas numpy
ffmpeg -version
Expand Down

0 comments on commit 2085998

Please sign in to comment.