Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
-
#
|
| 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 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
# grab wheels first, then fall back to PyPI
|
| 2 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 3 |
+
--prefer-binary # tell pip “pick wheels if you can”
|
| 4 |
|
| 5 |
gradio>=5.41.0
|
| 6 |
fastapi>=0.116
|
| 7 |
uvicorn[standard]>=0.35
|
| 8 |
huggingface-hub>=0.22
|
| 9 |
+
|
| 10 |
+
# use a version that actually has a pre-built CPU wheel
|
| 11 |
+
llama-cpp-python==0.3.2
|