Upload requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.68.1
|
2 |
+
uvicorn==0.15.0
|
3 |
+
python-multipart==0.0.5
|
4 |
+
aiofiles==0.7.0
|
5 |
+
jinja2==3.0.1
|
6 |
+
python-dotenv==0.19.0
|
7 |
+
requests==2.26.0
|
8 |
+
transformers==4.30.2
|
9 |
+
torch==2.0.1
|
10 |
+
accelerate==0.20.3
|
11 |
+
pydantic==1.10.12
|
12 |
+
flask
|
13 |
+
transformers
|
14 |
+
torch
|
15 |
+
langchain
|
16 |
+
python-multipart
|
17 |
+
werkzeug
|