Spaces:
Running
on
Zero
Running
on
Zero
guangkaixu
commited on
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ matplotlib>=3.8.2
|
|
4 |
scipy>=1.11.4
|
5 |
torch==2.0.1
|
6 |
torchvision
|
7 |
-
transformers>=4.
|
8 |
datasets>=2.15.0
|
9 |
xformers==0.0.20
|
10 |
jsonlines
|
@@ -15,7 +15,9 @@ plyfile
|
|
15 |
peft
|
16 |
tensorboard
|
17 |
scikit-image
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
|
|
21 |
|
|
|
4 |
scipy>=1.11.4
|
5 |
torch==2.0.1
|
6 |
torchvision
|
7 |
+
transformers>=4.36.1
|
8 |
datasets>=2.15.0
|
9 |
xformers==0.0.20
|
10 |
jsonlines
|
|
|
15 |
peft
|
16 |
tensorboard
|
17 |
scikit-image
|
18 |
+
Pillow
|
19 |
+
spaces
|
20 |
+
gradio>=4.32.2
|
21 |
+
gradio_client>=0.17.0
|
22 |
+
gradio_imageslider>=0.0.20
|
23 |
|