Zienab commited on
Commit
2499e33
·
verified ·
1 Parent(s): 6028fd8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -13
requirements.txt CHANGED
@@ -1,13 +1,14 @@
1
- fastapi==0.104.1
2
- uvicorn==0.24.0
3
- pydantic==2.5.0
4
- torch==2.1.0
5
- torchvision==0.16.0
6
- transformers==4.36.0
7
- Pillow==10.1.0
8
- numpy==1.24.3
9
- python-multipart==0.0.6
10
- accelerate==0.25.0
11
- sentencepiece==0.1.99
12
- protobuf==3.20.3
13
- huggingface-hub==0.19.4
 
 
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