Spaces:
Runtime error
Runtime error
get accelerate from repo
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
jax[cuda11_cudnn805]
|
3 |
jaxlib
|
4 |
git+https://github.com/huggingface/diffusers@main
|
|
|
5 |
opencv-python
|
6 |
transformers
|
7 |
flax
|
@@ -9,5 +10,4 @@ pillow
|
|
9 |
triton
|
10 |
torch
|
11 |
torchvision
|
12 |
-
accelerate
|
13 |
xformers==0.0.16
|
|
|
2 |
jax[cuda11_cudnn805]
|
3 |
jaxlib
|
4 |
git+https://github.com/huggingface/diffusers@main
|
5 |
+
git+https://github.com/huggingface/accelerate
|
6 |
opencv-python
|
7 |
transformers
|
8 |
flax
|
|
|
10 |
triton
|
11 |
torch
|
12 |
torchvision
|
|
|
13 |
xformers==0.0.16
|