Skip to content

Commit 6c1dc31

Browse files
authored
Update install_requirements.sh to fix pull / test-moshi-linux / linux-job (#17321)
CI
1 parent 6ebaa05 commit 6c1dc31

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
@@ -167,7 +167,7 @@ if [ "$AUDIO_URL" != "" ]; then
167167
elif [[ "$MODEL_NAME" == *whisper* ]]; then
168168
conda install -y -c conda-forge "ffmpeg<8"
169169
pip install datasets soundfile
170-
pip install torchcodec==0.10.0.dev20251211 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
170+
pip install torchcodec --extra-index-url https://download.pytorch.org/whl/nightly/cpu
171171
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'])"
172172
fi
173173

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.10.0.dev20251211 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
11+
pip install torchcodec --extra-index-url https://download.pytorch.org/whl/nightly/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)