jhaozhuang
commited on
Commit
β’
7c3870e
1
Parent(s):
77771e4
add requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.0.0
|
2 |
+
torchvision==0.15.1
|
3 |
+
accelerate==1.0.1
|
4 |
+
datasets==3.1.0
|
5 |
+
-e ./diffusers
|
6 |
+
einops==0.3.0
|
7 |
+
gradio==4.44.1
|
8 |
+
gradio_client==1.3.0
|
9 |
+
huggingface-hub==0.25.0
|
10 |
+
matplotlib==3.7.5
|
11 |
+
numpy==1.24.4
|
12 |
+
opencv-python==4.9.0.80
|
13 |
+
peft==0.13.2
|
14 |
+
Pillow==9.5.0
|
15 |
+
safetensors==0.4.3
|
16 |
+
sentencepiece==0.2.0
|
17 |
+
torchaudio==2.0.1
|
18 |
+
tqdm==4.67.1
|
19 |
+
transformers
|
20 |
+
webdataset==0.2.86
|