Skip to content

Commit bae2d16

Browse files
[RELEASE ONLY CHANGES] Use torchcodec 0.11.0 RC (#18255)
As titled
1 parent 5dd1703 commit bae2d16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/scripts/test_model_e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ if [ "$AUDIO_URL" != "" ]; then
234234
elif [[ "$MODEL_NAME" == *whisper* ]] || [ "$MODEL_NAME" = "voxtral_realtime" ]; then
235235
conda install -y -c conda-forge "ffmpeg<8"
236236
pip install datasets soundfile
237-
pip install torchcodec==0.11.0.dev20260217 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
237+
pip install torchcodec==0.11.0 --extra-index-url https://download.pytorch.org/whl/test/cpu
238238
python -c "from datasets import load_dataset;import soundfile as sf;sample = load_dataset('distil-whisper/librispeech_long', 'clean', split='validation')[0]['audio'];sf.write('${MODEL_DIR}/$AUDIO_FILE', sample['array'][:sample['sampling_rate']*30], sample['sampling_rate'])"
239239
fi
240240

examples/models/moshi/mimi/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
set -x
99

1010
sudo apt install ffmpeg -y
11-
pip install torchcodec==0.11.0.dev20260217 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
11+
pip install torchcodec==0.11.0 --extra-index-url https://download.pytorch.org/whl/test/cpu
1212
pip install moshi==0.2.11
1313
pip install bitsandbytes soundfile einops
1414
# Run llama2/install requirements for torchao deps

0 commit comments

Comments
 (0)