Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -15,12 +15,13 @@ opencv-python
|
|
15 |
Pillow
|
16 |
|
17 |
#xformers==0.0.29.post1
|
|
|
18 |
|
19 |
#xformers --index-url https://download.pytorch.org/whl/cu124
|
20 |
|
21 |
#git+https://github.com/facebookresearch/xformers.git
|
22 |
|
23 |
-
xformers==0.0.30.dev967
|
24 |
|
25 |
numpy==2.2.1
|
26 |
|
|
|
15 |
Pillow
|
16 |
|
17 |
#xformers==0.0.29.post1
|
18 |
+
xformers==0.0.29
|
19 |
|
20 |
#xformers --index-url https://download.pytorch.org/whl/cu124
|
21 |
|
22 |
#git+https://github.com/facebookresearch/xformers.git
|
23 |
|
24 |
+
#xformers==0.0.30.dev967
|
25 |
|
26 |
numpy==2.2.1
|
27 |
|