Willow123 commited on
Commit
32e422b
·
1 Parent(s): c195a6f

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ python==3.9
2
+ torch==2.0.1
3
+ torchvision==0.15.2+cu117
4
+ torchaudio==2.0.2
5
+ transformers==4.33.1
6
+ timm==0.4.12
7
+ sentencepiece==0.1.99
8
+ gradio==3.44.4
9
+ markdown2==2.4.10
10
+ xlsxwriter==3.1.2
11
+ einops