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