pgits commited on
Commit
37d2cec
·
verified ·
1 Parent(s): f44b3c5

Deploy v1.3.0: requirements.txt - Official Moshi PyTorch STT implementation

Browse files
Files changed (1) hide show
  1. 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==2.1.0
6
- transformers>=4.53.0
7
- librosa==0.10.1
8
- soundfile==0.12.1
 
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