Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
edge-tts
|
| 3 |
-
|
| 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
|
|
|