DawnC commited on
Commit
4daf69c
·
verified ·
1 Parent(s): 821253c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -11
requirements.txt CHANGED
@@ -1,13 +1,14 @@
 
 
 
1
  numpy>=1.20.0,<2.0.0
2
- torch>=2.0.0,<2.1.0
3
- torchvision>=0.15.0,<0.16.0
4
- matplotlib>=3.5.0,<4.0.0
5
- gradio>=5.0.0,<6.0.0
6
- diffusers>=0.23.0,<0.24.0
7
- transformers>=4.30.0,<4.31.0
8
- accelerate>=0.20.0,<0.21.0
9
- huggingface_hub>=0.25.1,<0.30.0
10
- xformers>=0.0.20,<0.1.0
11
- timm>=0.9.0,<1.0.0
12
  Pillow>=9.0.0,<11.0.0
13
- ultralytics
 
 
 
 
 
 
 
 
 
1
+ torch==2.0.1+cu117
2
+ torchvision==0.15.2+cu117
3
+ torchaudio==2.0.2+cu117
4
  numpy>=1.20.0,<2.0.0
 
 
 
 
 
 
 
 
 
 
5
  Pillow>=9.0.0,<11.0.0
6
+ ultralytics==8.0.145
7
+ timm==0.9.5
8
+ diffusers==0.23.1
9
+ transformers==4.30.2
10
+ accelerate==0.20.3
11
+ xformers==0.0.20
12
+ gradio>=5.0.0,<6.0.0
13
+ matplotlib>=3.5.0,<4.0.0
14
+ huggingface_hub>=0.16.4,<0.30.0