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 6b90985 commit 8caec09Copy full SHA for 8caec09
examples/models/moshi/mimi/install_requirements.sh
@@ -9,7 +9,7 @@ set -x
9
10
conda install -c conda-forge "ffmpeg<8" -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.4 --no-deps
+pip install moshi==0.2.11 --no-deps
13
pip install bitsandbytes soundfile einops
14
# Run llama2/install requirements for torchao deps
15
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
0 commit comments