Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
-
#
|
| 2 |
--prefer-binary
|
| 3 |
-
--only-binary llama-cpp-python
|
| 4 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 5 |
|
| 6 |
-
|
| 7 |
-
llama-cpp-python>=0.2.11
|
| 8 |
gradio>=4.0.0
|
| 9 |
huggingface_hub>=0.20.0
|
|
|
|
| 1 |
+
# Use CPU wheels for llama-cpp-python (avoid building from source)
|
| 2 |
--prefer-binary
|
|
|
|
| 3 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 4 |
|
| 5 |
+
llama-cpp-python==0.2.90
|
|
|
|
| 6 |
gradio>=4.0.0
|
| 7 |
huggingface_hub>=0.20.0
|