"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "726e953d44def8a51d9a4b183bd81fc0c506091e"
Unverified Commit 9b393240 authored by Avital Oliver's avatar Avital Oliver Committed by GitHub
Browse files

Use a released version of optax rather than installing from Git. (#12173)

Use a released version of optax rather than installing from Git
parent 9bc9e598
...@@ -2,3 +2,4 @@ datasets >= 1.1.3 ...@@ -2,3 +2,4 @@ datasets >= 1.1.3
jax>=0.2.8 jax>=0.2.8
jaxlib>=0.1.59 jaxlib>=0.1.59
flax>=0.3.4 flax>=0.3.4
optax>=0.0.8
...@@ -2,4 +2,4 @@ datasets >= 1.1.3 ...@@ -2,4 +2,4 @@ datasets >= 1.1.3
jax>=0.2.8 jax>=0.2.8
jaxlib>=0.1.59 jaxlib>=0.1.59
flax>=0.3.4 flax>=0.3.4
git+https://github.com/deepmind/optax.git optax>=0.0.8
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment