Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
-
llama-cpp-python
|
| 4 |
pydantic
|
| 5 |
huggingface_hub
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
+
llama-cpp-python==0.2.80
|
| 4 |
pydantic
|
| 5 |
huggingface_hub
|