Update requirments.xtx
Browse files- requirments.xtx +5 -2
requirments.xtx
CHANGED
@@ -1,5 +1,8 @@
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
|
|
|
4 |
python-dotenv
|
5 |
-
|
|
|
|
1 |
+
llama-cpp-python
|
2 |
fastapi
|
3 |
uvicorn
|
4 |
+
pydantic
|
5 |
+
tqdm
|
6 |
python-dotenv
|
7 |
+
numpy
|
8 |
+
cachetools
|