Skip to content

Commit 86c40b8

Browse files
committed
Install torchcodec at same time as torch for docs
1 parent f853397 commit 86c40b8

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
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"

docs/requirements-tutorials.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ pandoc
99
mir_eval
1010
pesq
1111
pystoi
12-
-i https://download.pytorch.org/whl/nightly/cpu
13-
torchcodec

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Minimum runtime dependencies
22
torch
3-
torchcodec
43

54
# Optional runtime dependencies
65
kaldi_io

0 commit comments

Comments
 (0)