Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# use the side index first so pip grabs the ready-made wheel
|
| 2 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 3 |
+
|
| 4 |
+
gradio>=5.41.0
|
| 5 |
+
fastapi>=0.116
|
| 6 |
+
uvicorn[standard]>=0.35
|
| 7 |
+
huggingface-hub>=0.22
|
| 8 |
+
llama-cpp-python==0.3.14 # 8 MB CPU wheel, no compile step
|