Spaces:
Running on Zero
Running on Zero
chore: use prebuilt llama cpp wheel
Browse filesCo-authored-by: Codex <noreply@openai.com>
- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
|
|
|
|
|
| 1 |
accelerate>=1.0,<2
|
| 2 |
gradio>=6.16.0,<7
|
| 3 |
huggingface-hub>=0.36,<1
|
| 4 |
-
llama-cpp-python
|
| 5 |
peft>=0.13,<1
|
| 6 |
pillow>=10,<13
|
| 7 |
spaces>=0.50,<1
|
|
|
|
| 1 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 2 |
+
|
| 3 |
accelerate>=1.0,<2
|
| 4 |
gradio>=6.16.0,<7
|
| 5 |
huggingface-hub>=0.36,<1
|
| 6 |
+
llama-cpp-python==0.3.26
|
| 7 |
peft>=0.13,<1
|
| 8 |
pillow>=10,<13
|
| 9 |
spaces>=0.50,<1
|