OmarAbualrob commited on
Commit
2cebb6d
·
verified ·
1 Parent(s): 82f36da

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
  fastapi
2
  uvicorn
3
  python-multipart
4
- torch
5
- transformers
6
  Pillow
7
  sentencepiece
8
  einops
9
- accelerate
10
- timm
 
 
 
1
  fastapi
2
  uvicorn
3
  python-multipart
 
 
4
  Pillow
5
  sentencepiece
6
  einops
7
+ timm
8
+ transformers>=4.41.0
9
+ torch>=2.1
10
+ accelerate>=0.30.0