Spaces:
Running
on
Zero
Running
on
Zero
fix stable xformers version for pytorch 2.5
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
torch==2.5.1
|
2 |
torchvision==0.20.1
|
3 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
4 |
-
xformers
|
5 |
triton==3.1.0
|
6 |
|
7 |
diffusers==0.33.1
|
|
|
1 |
torch==2.5.1
|
2 |
torchvision==0.20.1
|
3 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
4 |
+
xformers==0.0.29.post1
|
5 |
triton==3.1.0
|
6 |
|
7 |
diffusers==0.33.1
|