Spaces:
Runtime error
Runtime error
Deploy v1.3.0: requirements.txt - Official Moshi PyTorch STT implementation
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -2,9 +2,10 @@ fastapi==0.104.1
|
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
websockets==12.0
|
| 4 |
numpy==1.24.3
|
| 5 |
-
torch=
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 9 |
python-multipart==0.0.6
|
| 10 |
-
pydantic==2.5.0
|
|
|
|
| 2 |
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
|
| 10 |
python-multipart==0.0.6
|
| 11 |
+
pydantic==2.5.0
|