Spaces:
Paused
Paused
Jean Lima commited on
Commit ·
ffc0329
1
Parent(s): e040eb4
Use official extra-index-url for llama-cpp-python CPU wheels
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ fastapi==0.109.0
|
|
| 2 |
uvicorn[standard]==0.27.0
|
| 3 |
huggingface-hub>=0.25.0
|
| 4 |
python-multipart==0.0.6
|
| 5 |
-
https://github.
|
|
|
|
|
|
| 2 |
uvicorn[standard]==0.27.0
|
| 3 |
huggingface-hub>=0.25.0
|
| 4 |
python-multipart==0.0.6
|
| 5 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 6 |
+
llama-cpp-python
|