OrbitMC commited on
Commit
8a4f385
·
verified ·
1 Parent(s): 718a62f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
- flask==3.1.1
 
 
 
2
  sentence-transformers==3.4.1
3
  numpy<2.0
4
  soundfile==0.13.1
5
- https://github.com/KittenML/KittenTTS/releases/download/0.8/kittentts-0.8.0-py3-none-any.whl
6
- onnxruntime==1.21.0
 
1
+ # ✅ Install CPU-only ONNX Runtime FIRST to prevent 7GB GPU bloat
2
+ onnxruntime==1.21.0
3
+ # ✅ Use latest KittenTTS 0.8.1 wheel
4
+ https://github.com/KittenML/KittenTTS/releases/download/0.8.1/kittentts-0.8.1-py3-none-any.whl
5
  sentence-transformers==3.4.1
6
  numpy<2.0
7
  soundfile==0.13.1
8
+ flask==3.1.1
9
+ num2words==0.5.14