Soumik Bose commited on
Commit
fcda744
·
1 Parent(s): f727fe2
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- # Use pre-built glibc wheel instead of musl wheel
2
- llama-cpp-python @ https://github.com/John6666cat/llama-cpp-python/releases/download/v0.3.16/llama_cpp_python-0.3.16-cp310-cp310-linux_x86_64.whl
3
 
4
  fastapi>=0.115.0
5
  uvicorn>=0.30.0
 
1
+ # Use JamePeng's pre-built CPU wheel for Linux
2
+ llama-cpp-python @ https://github.com/JamePeng/llama-cpp-python/releases/download/v0.3.17-Basic-linux-20251202/llama_cpp_python-0.3.17-cp310-cp310-linux_x86_64.whl
3
 
4
  fastapi>=0.115.0
5
  uvicorn>=0.30.0