Maxwell commited on
Commit
be20018
·
verified ·
1 Parent(s): fe302c5

Fix: use pre-built CPU wheel for llama-cpp-python to avoid build timeout

Browse files
Files changed (1) hide show
  1. 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