Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core LLM inference
|
| 2 |
+
llama-cpp-python==0.3.4
|
| 3 |
+
huggingface_hub>=0.26.0
|
| 4 |
+
|
| 5 |
+
# TTS
|
| 6 |
+
kokoro>=0.9.2
|
| 7 |
+
soundfile>=0.12.1
|
| 8 |
+
|
| 9 |
+
# Gradio UI
|
| 10 |
+
gradio>=5.0.0
|
| 11 |
+
|
| 12 |
+
# Numerics
|
| 13 |
+
numpy>=1.24.0
|