Spaces:
Runtime error
Runtime error
Commit
·
bf8828c
1
Parent(s):
52f84d7
fix typo
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Python package requirements
|
2 |
# Use "pip install -r requrements.txt"
|
3 |
|
4 |
-
flax==0.6.3 chex==0.1.6 orbax==0.1.2
|
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 chex==0.1.6 orbax==0.1.2 optax
|
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
|