Update fastapi_app/requirements.txt
Browse files
fastapi_app/requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
fastapi==0.115.6
|
| 2 |
-
jinja2==3.1.5
|
| 3 |
-
boto3==1.34.149
|
| 4 |
-
python-dotenv==1.0.0
|
| 5 |
-
transformers
|
| 6 |
-
torch==2.3.1
|
| 7 |
-
uvicorn==0.34.0
|
| 8 |
python-multipart==0.0.18
|
|
|
|
| 1 |
+
fastapi==0.115.6
|
| 2 |
+
jinja2==3.1.5
|
| 3 |
+
boto3==1.34.149
|
| 4 |
+
python-dotenv==1.0.0
|
| 5 |
+
transformers>=4.46.0
|
| 6 |
+
torch==2.3.1
|
| 7 |
+
uvicorn==0.34.0
|
| 8 |
python-multipart==0.0.18
|