Joe6636564 commited on
Commit
e6fc608
·
verified ·
1 Parent(s): c9c9937

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -8
requirements.txt CHANGED
@@ -1,8 +1,18 @@
1
- fastapi
2
- uvicorn
3
- gradio==4.42.0
4
- transformers>=4.44.0
5
- torch>=2.1.0
6
- accelerate
7
- numpy
8
- pillow
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
+ transformers>=4.37.0
4
+ accelerate>=0.24.0
5
+ fastapi>=0.104.0
6
+ uvicorn>=0.24.0
7
+ gradio>=4.44.1
8
+ pillow>=10.0.0
9
+ numpy>=1.24.0
10
+ python-multipart>=0.0.6
11
+ huggingface-hub>=0.19.0
12
+ safetensors>=0.4.0
13
+ tokenizers>=0.15.0
14
+ datasets>=2.14.0
15
+ requests>=2.31.0
16
+ httpx>=0.25.0
17
+ jinja2>=3.1.0
18
+ psutil>=5.9.0