Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
-
llama-cpp-python>=0.3.0
|
| 3 |
huggingface_hub>=0.20.0
|
| 4 |
Pillow>=10.0.0
|
|
|
|
| 1 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 2 |
+
llama-cpp-python
|
| 3 |
gradio>=4.0.0
|
|
|
|
| 4 |
huggingface_hub>=0.20.0
|
| 5 |
Pillow>=10.0.0
|