Spaces:
Paused
Paused
Jean Lima commited on
Commit ·
e2f6f6e
1
Parent(s): 34fdab0
Use pre-compiled wheel for llama-cpp-python to fix build timeout
Browse files- requirements.txt +1 -0
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 |
llama-cpp-python>=0.2.70
|
|
|
|
| 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>=0.2.70
|