Mehdi commited on
Commit
32c8c58
·
1 Parent(s): a474fe5

fix: prebuilt CPU wheel for llama-cpp-python, skip 15min source compile on Spaces

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -21,5 +21,6 @@ sentencepiece>=0.2.0
21
  protobuf>=4.25.0
22
  bitsandbytes>=0.43.0
23
 
24
- # llama.cpp runtime (PAPERPROF_RUNTIME=llamacpp)
 
25
  llama-cpp-python>=0.3.0
 
21
  protobuf>=4.25.0
22
  bitsandbytes>=0.43.0
23
 
24
+ # llama.cpp runtime (PAPERPROF_RUNTIME=llamacpp) — prebuilt CPU wheel, no compile
25
+ --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
26
  llama-cpp-python>=0.3.0