Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -3,13 +3,13 @@ spaces
|
|
3 |
|
4 |
git+https://github.com/huggingface/diffusers.git
|
5 |
|
6 |
-
torch
|
7 |
|
8 |
-
torchvision
|
9 |
|
10 |
pipeline
|
11 |
|
12 |
-
transformers
|
13 |
|
14 |
git+https://github.com/huggingface/accelerate.git
|
15 |
|
@@ -19,4 +19,6 @@ peft
|
|
19 |
|
20 |
gradio
|
21 |
|
22 |
-
paramiko
|
|
|
|
|
|
3 |
|
4 |
git+https://github.com/huggingface/diffusers.git
|
5 |
|
6 |
+
torch==2.5.1
|
7 |
|
8 |
+
torchvision==0.20.1
|
9 |
|
10 |
pipeline
|
11 |
|
12 |
+
transformers==4.46.3
|
13 |
|
14 |
git+https://github.com/huggingface/accelerate.git
|
15 |
|
|
|
19 |
|
20 |
gradio
|
21 |
|
22 |
+
paramiko
|
23 |
+
|
24 |
+
xformers
|