Skip to content

Commit 28f2608

Browse files
committed
Manually pick moshi requirements update
1 parent 057e71d commit 28f2608

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/models/moshi/mimi/install_requirements.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
set -x
99

10-
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
10+
sudo apt install ffmpeg -y
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)