pgits commited on
Commit
89ea44b
·
verified ·
1 Parent(s): 2593d80

Fix v1.3.4: Install Moshi from GitHub repo - PyPI package was incorrect

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -3,7 +3,8 @@ uvicorn[standard]==0.24.0
3
  websockets==12.0
4
  numpy==1.24.3
5
  torch>=2.1.0
6
- moshi
 
7
  huggingface_hub
8
  librosa>=0.10.1
9
  soundfile>=0.12.1
 
3
  websockets==12.0
4
  numpy==1.24.3
5
  torch>=2.1.0
6
+ # Install directly from GitHub since PyPI moshi is wrong package
7
+ git+https://github.com/kyutai-labs/moshi.git#egg=moshi&subdirectory=moshi
8
  huggingface_hub
9
  librosa>=0.10.1
10
  soundfile>=0.12.1