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 cd3d440 commit 74135c8Copy full SHA for 74135c8
.github/scripts/unittest-linux/install.sh
@@ -74,7 +74,7 @@ case $GPU_ARCH_TYPE in
74
;;
75
esac
76
PYTORCH_WHEEL_INDEX="https://download.pytorch.org/whl/${UPLOAD_CHANNEL}/${GPU_ARCH_ID}"
77
-pip install --progress-bar=off --pre torch --index-url="${PYTORCH_WHEEL_INDEX}"
+pip install --progress-bar=off --pre torch torchcodec --index-url="${PYTORCH_WHEEL_INDEX}"
78
79
80
# 2. Install torchaudio
0 commit comments