devray11 commited on
Commit
b57fa94
·
verified ·
1 Parent(s): e6f301f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- # Updated Pre-built engine for Hugging Face (Glibc/Debian compatible)
2
- https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.1/llama_cpp_python-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
3
 
4
  fastapi
5
  uvicorn
 
1
+ # Pre-built engine for Glibc/Debian (Hugging Face Default)
2
+ https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.1/llama_cpp_python-0.3.1-cp310-cp310-manylinux_2_17_x86_64.whl
3
 
4
  fastapi
5
  uvicorn