DHEIVER commited on
Commit
505ac07
·
verified ·
1 Parent(s): 7b945e6

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
+ transformers>=4.30.0
4
+ gradio>=4.0.0
5
+ Pillow>=9.5.0
6
+ numpy>=1.24.0
7
+ sentencepiece>=0.1.99
8
+ fairscale>=0.4.13
9
+ timm>=0.9.0
10
+ opencv-python>=4.7.0
11
+ matplotlib>=3.7.0
12
+ scikit-image>=0.20.0