Spaces:
Sleeping
Sleeping
Create requierements.txt
Browse files- requierements.txt +11 -0
requierements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
requests
|
4 |
+
pydantic>=2.0.0
|
5 |
+
langchain>=0.1.0
|
6 |
+
langchain-core>=0.1.10
|
7 |
+
langgraph>=0.2.27
|
8 |
+
python-dotenv>=1.0.0
|
9 |
+
transformers>=4.36.0
|
10 |
+
torch>=2.0.0
|
11 |
+
accelerate>=0.26.0
|