Added llama-cpp-python
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ huggingface_hub==0.21.4
|
|
3 |
pydantic==2.6.4
|
4 |
uvicorn==0.29.0
|
5 |
transformers==4.39.2
|
6 |
-
torch==2.2.2
|
|
|
|
3 |
pydantic==2.6.4
|
4 |
uvicorn==0.29.0
|
5 |
transformers==4.39.2
|
6 |
+
torch==2.2.2
|
7 |
+
llama-cpp-python==0.2.57
|