Add llama-cpp-python optional dep

#5
by luguog - opened
Files changed (1) hide show
  1. requirements.txt +8 -5
requirements.txt CHANGED
@@ -1,5 +1,8 @@
1
- fastapi==0.115.0
2
- uvicorn[standard]==0.34.0
3
- python-multipart==0.0.20
4
- biplist==1.0.3
5
-
 
 
 
 
1
+ fastapi>=0.104.0
2
+ uvicorn[standard]>=0.24.0
3
+ python-multipart>=0.0.6
4
+ biplist>=1.0.3
5
+ # llama-cpp-python enables GGUF inference endpoints.
6
+ # Uncomment to enable /api/inference/* endpoints.
7
+ # On HF Spaces with GPU, use: llama-cpp-python[cuda]
8
+ # llama-cpp-python>=0.2.0