Skip to content

Commit 9bb0735

Browse files
authored
Temporarily fix Moshi test (#11799)
### Summary Moshi 0.2.5 was released 13 hours ago, breaking our Moshi test which relies on some old code from 0.2.4. Not sure what the long term fix is, temporarily pinning Moshi to 0.2.4 to fix the test for now.
1 parent 137163f commit 9bb0735

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
@@ -7,7 +7,7 @@
77

88
set -x
99

10-
pip install -U moshi
10+
pip install moshi==0.2.4
1111
pip install bitsandbytes soundfile
1212
# Run llama2/install requirements for torchao deps
1313
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

0 commit comments

Comments
 (0)