MarcosFRGames commited on
Commit
2469508
·
verified ·
1 Parent(s): 6c9c1ac

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -4
requirements.txt CHANGED
@@ -1,5 +1,9 @@
1
- llama-cpp-python==0.3.1
2
- gunicorn>=21.2.0
3
  flask>=2.3.3
4
- requests>=2.31.0
5
- psutil>=5.9.6
 
 
 
 
 
1
+ transformers>=4.36.0
2
+ torch>=2.0.0
3
  flask>=2.3.3
4
+ gunicorn>=21.2.0
5
+ soundfile>=0.12.0
6
+ scipy>=1.11.0
7
+ numpy>=1.24.0
8
+ librosa>=0.10.0
9
+ TTS>=0.20.0