Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadsharif1 committed Nov 7, 2024
1 parent 89c380e commit 1507669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pip3 install --pre torch torchvision torchaudio torchcodec --index-url https://download.pytorch.org/whl/nightly/cu124
- name: Install FFMPEG and other deps
run: |
conda install cuda-nvrtc=12.4 libnpp -c nvidia
conda install cuda-nvrtc=12.4 libnpp cuda-nvcc=12.4 cuda-cudart=12.4 -c nvidia
conda install ffmpeg=7 cmake pkg-config -c conda-forge
ffmpeg -version
- name: Build torchcodec
Expand Down

0 comments on commit 1507669

Please sign in to comment.