We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057e71d commit 0a0c531Copy full SHA for 0a0c531
examples/models/moshi/mimi/install_requirements.sh
@@ -8,9 +8,9 @@
8
set -x
9
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
+pip install torchcodec==0.7.0.dev20251012 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
+pip install moshi==0.2.11
+pip install bitsandbytes soundfile einops
14
# Run llama2/install requirements for torchao deps
15
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
16
bash "$SCRIPT_DIR"/../../llama/install_requirements.sh
0 commit comments