Skip to content

Commit 4e7261e

Browse files
[RELEASE ONLY CHANGES] Use torchcodec 0.11.0 release package (#18459)
torchcodec 0.11.0 is now officially released. See [here](https://github.com/meta-pytorch/torchcodec/releases/tag/v0.11.0). Use instead of the test release candidate.
1 parent 58ebdcc commit 4e7261e

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 --extra-index-url https://download.pytorch.org/whl/test/cpu
237+
pip install torchcodec==0.11.0 --index-url https://download.pytorch.org/whl/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 --extra-index-url https://download.pytorch.org/whl/test/cpu
11+
pip install torchcodec==0.11.0 --index-url https://download.pytorch.org/whl/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)