Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
fastapi>=0.115.0
|
| 2 |
uvicorn[standard]>=0.30.0
|
| 3 |
-
onnxruntime>=1.18.0
|
| 4 |
-
onnxruntime-openvino>=1.18.0
|
| 5 |
transformers>=5.1.0
|
| 6 |
huggingface_hub>=0.24.0
|
| 7 |
pillow>=10.4.0
|
|
@@ -9,5 +7,6 @@ numpy>=1.26.0
|
|
| 9 |
requests>=2.32.0
|
| 10 |
python-multipart>=0.0.9
|
| 11 |
pydantic>=2.8.0
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
| 1 |
fastapi>=0.115.0
|
| 2 |
uvicorn[standard]>=0.30.0
|
|
|
|
|
|
|
| 3 |
transformers>=5.1.0
|
| 4 |
huggingface_hub>=0.24.0
|
| 5 |
pillow>=10.4.0
|
|
|
|
| 7 |
requests>=2.32.0
|
| 8 |
python-multipart>=0.0.9
|
| 9 |
pydantic>=2.8.0
|
| 10 |
+
|
| 11 |
+
# NEW: The Python bindings for llama.cpp
|
| 12 |
+
llama-cpp-python>=0.3.0
|