Update requirements.txt
Browse files- requirements.txt +14 -13
requirements.txt
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
-
fastapi==0.
|
| 2 |
-
uvicorn==0.
|
| 3 |
-
pydantic==2.
|
| 4 |
-
torch==2.
|
| 5 |
-
torchvision==0.
|
| 6 |
-
transformers==4.
|
| 7 |
-
Pillow==
|
| 8 |
-
numpy==
|
| 9 |
-
python-multipart==0.0.
|
| 10 |
-
accelerate==
|
| 11 |
-
sentencepiece==0.
|
| 12 |
-
protobuf==
|
| 13 |
-
huggingface-hub==0.
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.6
|
| 2 |
+
uvicorn==0.34.0
|
| 3 |
+
pydantic==2.10.3
|
| 4 |
+
torch==2.5.1
|
| 5 |
+
torchvision==0.20.1
|
| 6 |
+
transformers==4.47.1
|
| 7 |
+
Pillow==11.0.0
|
| 8 |
+
numpy==2.2.1
|
| 9 |
+
python-multipart==0.0.19
|
| 10 |
+
accelerate==1.2.1
|
| 11 |
+
sentencepiece==0.2.0
|
| 12 |
+
protobuf==5.29.2
|
| 13 |
+
huggingface-hub==0.27.1
|
| 14 |
+
einops==0.8.1
|