Skip to content

Commit d10fc19

Browse files
committed
Add torchcodec to build installation
1 parent c3d0cc2 commit d10fc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
GPU_ARCH_ID=cu126 # This is hard-coded and must be consistent with gpu-arch-version.
7070
PYTORCH_WHEEL_INDEX="https://download.pytorch.org/whl/${CHANNEL}/${GPU_ARCH_ID}"
71-
pip install --progress-bar=off --pre torch --index-url="${PYTORCH_WHEEL_INDEX}"
71+
pip install --progress-bar=off --pre torch torchcodec --index-url="${PYTORCH_WHEEL_INDEX}"
7272
7373
echo "::endgroup::"
7474
echo "::group::Install TorchAudio"

0 commit comments

Comments
 (0)