Spaces:
Runtime error
Runtime error
Commit
·
0fd8d75
1
Parent(s):
bf8828c
change format
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
# Python package requirements
|
2 |
# Use "pip install -r requrements.txt"
|
3 |
|
4 |
-
flax==0.6.3
|
|
|
|
|
|
|
5 |
dalle-mini
|
6 |
git+https://github.com/patil-suraj/vqgan-jax.git
|
7 |
jax==0.3.25 -f https://storage.googleapis.com/jax-releases/jax_releases.html
|
|
|
1 |
# Python package requirements
|
2 |
# Use "pip install -r requrements.txt"
|
3 |
|
4 |
+
flax==0.6.3
|
5 |
+
chex==0.1.6
|
6 |
+
orbax==0.1.2
|
7 |
+
optax
|
8 |
dalle-mini
|
9 |
git+https://github.com/patil-suraj/vqgan-jax.git
|
10 |
jax==0.3.25 -f https://storage.googleapis.com/jax-releases/jax_releases.html
|