Taylor commited on
Commit
53ff270
·
1 Parent(s): 854ee42

fix: use pre-built llama-cpp-python wheel to avoid build timeout

Browse files

Source compilation of llama.cpp takes 10+ minutes and times out.
The abetlen wheel index provides pre-built manylinux wheels for CPU.

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,2 +1,3 @@
 
1
  llama-cpp-python>=0.3.0
2
  huggingface-hub>=0.26.0
 
1
+ --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
2
  llama-cpp-python>=0.3.0
3
  huggingface-hub>=0.26.0