Skip to content

Commit 0a0c531

Browse files
committed
Manually pick moshi requirements update
1 parent 057e71d commit 0a0c531

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/models/moshi/mimi/install_requirements.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
set -x
99

1010
conda install -c conda-forge "ffmpeg<8" -y
11-
pip install torchcodec==0.7.0.dev20250906 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
12-
pip install moshi==0.2.4
13-
pip install bitsandbytes soundfile
11+
pip install torchcodec==0.7.0.dev20251012 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
12+
pip install moshi==0.2.11
13+
pip install bitsandbytes soundfile einops
1414
# Run llama2/install requirements for torchao deps
1515
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
1616
bash "$SCRIPT_DIR"/../../llama/install_requirements.sh

0 commit comments

Comments
 (0)