yuki-imajuku commited on
Commit
19484ec
1 Parent(s): 0a3e52b

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu121
2
+ torch==2.3.1+cu121
3
+ torchvision==0.18.1+cu121
4
+
5
+ accelerate==0.31.0
6
+ diffusers==0.26.0
7
+ gradio==4.37.2
8
+ sentencepiece==0.2.0
9
+ transformers==4.42.3