Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -14,7 +14,9 @@ opencv-python
|
|
14 |
|
15 |
Pillow
|
16 |
|
17 |
-
xformers==0.0.29.post1
|
|
|
|
|
18 |
|
19 |
numpy==2.2.1
|
20 |
|
|
|
14 |
|
15 |
Pillow
|
16 |
|
17 |
+
#xformers==0.0.29.post1
|
18 |
+
|
19 |
+
xformers --index-url https://download.pytorch.org/whl/cu124
|
20 |
|
21 |
numpy==2.2.1
|
22 |
|