Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
gradio>=5.12.0
|
2 |
-
langchain
|
3 |
-
|
4 |
-
llama-cpp-python
|
5 |
-
fastapi
|
6 |
-
uvicorn
|
7 |
-
torch
|
8 |
-
pydantic
|
|
|
|
|
|
1 |
gradio>=5.12.0
|
2 |
+
langchain>=0.2.0
|
3 |
+
langchain-community>=0.0.3
|
4 |
+
llama-cpp-python>=0.2.11
|
5 |
+
fastapi>=0.104.1
|
6 |
+
uvicorn>=0.24.0
|
7 |
+
torch>=2.1.0
|
8 |
+
pydantic>=2.0.0
|
9 |
+
requests>=2.31.0
|
10 |
+
tqdm>=4.66.1
|