Skip to content

Commit 8caec09

Browse files
committed
Fix moshi
1 parent 6b90985 commit 8caec09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/moshi/mimi/install_requirements.sh

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

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

0 commit comments

Comments
 (0)