OrbitMC commited on
Commit
ddc0bed
·
verified ·
1 Parent(s): a71972d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -3
requirements.txt CHANGED
@@ -1,4 +1,9 @@
1
- flask
 
 
 
 
 
 
2
  edge-tts
3
- huggingface-hub
4
- llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ torch==2.6.0+cpu
3
+ transformers>=4.49.0
4
+ accelerate>=1.3.0
5
+ flask==3.1.1
6
+ gunicorn
7
+ huggingface_hub>=0.27.0
8
  edge-tts
9
+ triton