Maxwell commited on
Fix: use pre-built CPU wheel for llama-cpp-python to avoid build timeout
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
llama-cpp-python>=0.3.9
|
| 2 |
huggingface_hub>=0.20.0
|
| 3 |
fastapi
|
|
|
|
| 1 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 2 |
llama-cpp-python>=0.3.9
|
| 3 |
huggingface_hub>=0.20.0
|
| 4 |
fastapi
|