swimmiing commited on
Commit
d3826c3
1 Parent(s): 91d9cf5

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ python==3.10.8
2
+ torch==1.13
3
+ torchvision==0.14.0
4
+ torchaudio==0.13.0
5
+ transformers==4.25.1
6
+ Pillow