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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -5
requirements.txt CHANGED
@@ -1,5 +1,8 @@
1
- gradio>=4.29.0
2
- fastapi
3
- uvicorn[standard]
4
- llama-cpp-python>=0.2.38
5
- huggingface-hub
 
 
 
 
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