mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Use a released version of optax rather than installing from Git. (#12173)
Use a released version of optax rather than installing from Git
This commit is contained in:
parent
9bc9e59869
commit
9b393240a2
@ -2,3 +2,4 @@ datasets >= 1.1.3
|
||||
jax>=0.2.8
|
||||
jaxlib>=0.1.59
|
||||
flax>=0.3.4
|
||||
optax>=0.0.8
|
||||
|
@ -2,4 +2,4 @@ datasets >= 1.1.3
|
||||
jax>=0.2.8
|
||||
jaxlib>=0.1.59
|
||||
flax>=0.3.4
|
||||
git+https://github.com/deepmind/optax.git
|
||||
optax>=0.0.8
|
||||
|
Loading…
Reference in New Issue
Block a user