bgaspra commited on
Commit
adcad2f
·
verified ·
1 Parent(s): bd1b634

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -1,7 +1,10 @@
1
  transformers==4.35.2
2
  torch==2.1.1
 
3
  gradio==4.7.1
4
  Pillow==10.1.0
5
  numpy==1.24.3
6
  datasets==2.14.5
7
- tqdm==4.66.1
 
 
 
1
  transformers==4.35.2
2
  torch==2.1.1
3
+ torchvision==0.16.1
4
  gradio==4.7.1
5
  Pillow==10.1.0
6
  numpy==1.24.3
7
  datasets==2.14.5
8
+ tqdm==4.66.1
9
+ einops>=0.6.1
10
+ timm>=0.9.2