Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.95.1
|
2 |
+
uvicorn==0.23.2
|
3 |
+
requests==2.31.0
|
4 |
+
pydantic==2.7.0
|
5 |
+
tqdm==4.65.0
|
6 |
+
torch==2.0.1
|
7 |
+
transformers==4.33.0
|
8 |
+
langchain==0.0.134
|
9 |
+
python-dotenv==1.0.0
|