Spaces:
Runtime error
Runtime error
reverse order of installs
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
|
|
1 |
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
2 |
jax[cuda11_pip]
|
3 |
jaxlib
|
4 |
-
git+https://github.com/huggingface/diffusers@main
|
5 |
opencv-python
|
6 |
transformers
|
7 |
flax
|
@@ -9,4 +10,3 @@ pillow
|
|
9 |
-f https://download.pytorch.org/whl/torch_stable.html
|
10 |
torch==1.12.0+cu113
|
11 |
torchvision==0.13.0+cu113
|
12 |
-
xformers
|
|
|
1 |
+
xformers
|
2 |
+
git+https://github.com/huggingface/diffusers@main
|
3 |
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
4 |
jax[cuda11_pip]
|
5 |
jaxlib
|
|
|
6 |
opencv-python
|
7 |
transformers
|
8 |
flax
|
|
|
10 |
-f https://download.pytorch.org/whl/torch_stable.html
|
11 |
torch==1.12.0+cu113
|
12 |
torchvision==0.13.0+cu113
|
|