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 fb633e4 commit 9e334cdCopy full SHA for 9e334cd
.github/workflows/docs.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
# TODO: torchvision and torchaudio shouldn't be needed. They were only added
32
# to silence an error as seen in https://github.com/pytorch/torchcodec/issues/203
33
- conda install nvidia/label/cuda-12.4.0::cuda nvidia/label/cuda-12.4.0::cuda-toolkit nvidia/label/cuda-12.4.0::cuda-cudart nvidia/label/cuda-12.4.0::libnpp
+ conda install nvidia/label/cuda-12.4.1::cuda nvidia/label/cuda-12.4.1::cuda-toolkit nvidia/label/cuda-12.4.1::cuda-cudart nvidia/label/cuda-12.4.1::libnpp
34
conda install "ffmpeg=7.0.1" pkg-config cmake -c conda-forge
35
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124
36
ffmpeg -version
0 commit comments