Jean Lima commited on
Commit
ffc0329
·
1 Parent(s): e040eb4

Use official extra-index-url for llama-cpp-python CPU wheels

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
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
- https://github.com/abetlen/llama-cpp-python/releases/download/v0.2.90/llama_cpp_python-0.2.90-cp312-cp312-manylinux_2_31_x86_64.whl
 
 
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