Spaces:
Runtime error
Runtime error
Fix v1.3.4: Install Moshi from GitHub repo - PyPI package was incorrect
Browse files- 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
|