Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
fastapi==0.104.1
|
2 |
uvicorn[standard]==0.24.0
|
3 |
transformers==4.36.0
|
4 |
-
torch==2.1
|
5 |
pydantic==2.5.0
|
6 |
python-multipart==0.0.6
|
|
|
1 |
fastapi==0.104.1
|
2 |
uvicorn[standard]==0.24.0
|
3 |
transformers==4.36.0
|
4 |
+
torch==2.7.1
|
5 |
pydantic==2.5.0
|
6 |
python-multipart==0.0.6
|