Skip to content

Commit 13da8b7

Browse files
committed
Update to 04-17
1 parent 8757b66 commit 13da8b7

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15648eafeff05126e5e98b455b7b51213e277d26
1+
8fdde5285ba8cb978fdd8734f3c4647daba96ac3

.ci/scripts/test_model_e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ if [ "$AUDIO_URL" != "" ]; then
260260
elif [[ "$MODEL_NAME" == *whisper* ]] || [ "$MODEL_NAME" = "voxtral_realtime" ]; then
261261
conda install -y -c conda-forge "ffmpeg<8"
262262
pip install datasets soundfile
263-
pip install torchcodec==0.12.0.dev20260411 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
263+
pip install torchcodec==0.12.0.dev20260417 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
264264
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'])"
265265
fi
266266

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.12.0.dev20260411 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
11+
pip install torchcodec==0.12.0.dev20260417 --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

torch_pin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
TORCH_VERSION = "2.12.0"
2-
NIGHTLY_VERSION = "dev20260411"
1+
TORCH_VERSION = "2.13.0"
2+
NIGHTLY_VERSION = "dev20260417"

0 commit comments

Comments
 (0)