Skip to content

Commit c3d0cc2

Browse files
committed
Remove torchcodec installation
1 parent bd7eb52 commit c3d0cc2

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 torchcodec --index-url="${PYTORCH_WHEEL_INDEX}"
77+
pip install --progress-bar=off --pre torch --index-url="${PYTORCH_WHEEL_INDEX}"
7878

7979

8080
# 2. Install torchaudio

0 commit comments

Comments
 (0)