Spaces:
Runtime error
Runtime error
loosen xformers req
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -6,8 +6,8 @@ opencv-python
|
|
6 |
transformers
|
7 |
flax
|
8 |
pillow
|
9 |
-
triton
|
10 |
torch==2.0.0
|
|
|
11 |
torchvision==0.15.1
|
12 |
git+https://github.com/huggingface/accelerate
|
13 |
-
xformers
|
|
|
6 |
transformers
|
7 |
flax
|
8 |
pillow
|
|
|
9 |
torch==2.0.0
|
10 |
+
triton
|
11 |
torchvision==0.15.1
|
12 |
git+https://github.com/huggingface/accelerate
|
13 |
+
xformers
|