Add llama-cpp-python optional dep
#5
by luguog - opened
- requirements.txt +8 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
-
fastapi=
|
| 2 |
-
uvicorn[standard]=
|
| 3 |
-
python-multipart=
|
| 4 |
-
biplist=
|
| 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
|