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 f7a2654 commit e929d65Copy full SHA for e929d65
.github/scripts/unittest-linux/install.sh
@@ -87,7 +87,7 @@ pip install --progress-bar=off --pre torch torchcodec --index-url="${PYTORCH_WHE
87
# 3. Install Test tools
88
conda install -y "ffmpeg<5"
89
# python -c "import torch; import torchaudio; import torchcodec; print(torch.__version__, torchaudio.__version__, torchcodec.__version__)"
90
-python -c "import torch; import torchcodec; print(torch.__version__, torchaudio.__version__, torchcodec.__version__)"
+python -c "import torch; import torchcodec; print(torch.__version__, torchcodec.__version__)"
91
92
# printf "* Installing test tools\n"
93
# NUMBA_DEV_CHANNEL=""
0 commit comments