Skip to content

Commit 74135c8

Browse files
committed
Add torchcodec to CI installer
1 parent cd3d440 commit 74135c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/unittest-linux/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ case $GPU_ARCH_TYPE in
7474
;;
7575
esac
7676
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}"
77+
pip install --progress-bar=off --pre torch torchcodec --index-url="${PYTORCH_WHEEL_INDEX}"
7878

7979

8080
# 2. Install torchaudio

0 commit comments

Comments
 (0)