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 0a8ae5f commit 8864b30Copy full SHA for 8864b30
.github/workflows/docs.yaml
@@ -29,8 +29,9 @@ jobs:
29
- name: Install torchcodec from nightly
30
run: |
31
pip3 install --pre torch torchvision torchaudio torchcodec --index-url https://download.pytorch.org/whl/nightly/cu124
32
- - name: Install FFMPEG
+ - name: Install FFMPEG and other deps
33
34
+ conda install cuda-nvrtc=12.4 -c nvidia
35
conda install ffmpeg=7 -c conda-forge
36
ffmpeg -version
37
- name: Install doc dependencies
0 commit comments