Spaces:
Sleeping
Sleeping
fix: use prebuilt CPU wheel for llama-cpp-python
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
gradio>=4.40
|
| 2 |
huggingface_hub>=0.24
|
| 3 |
spaces
|
| 4 |
-
llama-cpp-python
|
|
|
|
| 1 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 2 |
+
llama-cpp-python==0.3.5
|
| 3 |
gradio>=4.40
|
| 4 |
huggingface_hub>=0.24
|
| 5 |
spaces
|
|
|