ntdservices commited on
Commit
6ac798c
·
verified ·
1 Parent(s): 0dbfb54

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,8 +1,11 @@
1
- # use the side index first so pip grabs the ready-made wheel
2
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
 
3
 
4
  gradio>=5.41.0
5
  fastapi>=0.116
6
  uvicorn[standard]>=0.35
7
  huggingface-hub>=0.22
8
- llama-cpp-python==0.3.14 # 8 MB CPU wheel, no compile step
 
 
 
1
+ # grab wheels first, then fall back to PyPI
2
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
3
+ --prefer-binary # tell pip “pick wheels if you can”
4
 
5
  gradio>=5.41.0
6
  fastapi>=0.116
7
  uvicorn[standard]>=0.35
8
  huggingface-hub>=0.22
9
+
10
+ # use a version that actually has a pre-built CPU wheel
11
+ llama-cpp-python==0.3.2