Spaces:
Running on Zero
Running on Zero
Use llama-cpp-python CPU wheel index
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
gradio>=4.44,<6
|
| 2 |
pydantic>=2.7,<3
|
| 3 |
torch
|
|
|
|
| 1 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 2 |
+
|
| 3 |
gradio>=4.44,<6
|
| 4 |
pydantic>=2.7,<3
|
| 5 |
torch
|