Spaces:
Build error
Build error
Pie31415
commited on
Commit
·
d906598
1
Parent(s):
981faf1
update
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
git+https://github.com/huggingface/diffusers.git #diffusers==0.16.0.dev0
|
|
|
|
|
|
|
| 2 |
absl-py==1.4.0
|
| 3 |
accelerate==0.16.0
|
| 4 |
addict==2.4.0
|
|
@@ -58,7 +60,7 @@ imageio-ffmpeg==0.4.2
|
|
| 58 |
importlib-metadata==6.5.0
|
| 59 |
importlib-resources==5.12.0
|
| 60 |
invisible-watermark==0.1.5
|
| 61 |
-
jax
|
| 62 |
jaxlib==0.4.4
|
| 63 |
Jinja2==3.1.2
|
| 64 |
joblib==1.2.0
|
|
|
|
| 1 |
git+https://github.com/huggingface/diffusers.git #diffusers==0.16.0.dev0
|
| 2 |
+
-f https://storage.googleapis.com/jax-releases/libtpu_releases.html
|
| 3 |
+
jax[tpu]==0.4.5
|
| 4 |
absl-py==1.4.0
|
| 5 |
accelerate==0.16.0
|
| 6 |
addict==2.4.0
|
|
|
|
| 60 |
importlib-metadata==6.5.0
|
| 61 |
importlib-resources==5.12.0
|
| 62 |
invisible-watermark==0.1.5
|
| 63 |
+
jax
|
| 64 |
jaxlib==0.4.4
|
| 65 |
Jinja2==3.1.2
|
| 66 |
joblib==1.2.0
|