mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
bump flax version (#14343)
This commit is contained in:
parent
babd0b9a5e
commit
85a4bda4f4
@ -1,5 +1,5 @@
|
||||
datasets >= 1.1.3
|
||||
jax>=0.2.8
|
||||
jaxlib>=0.1.59
|
||||
flax>=0.3.4
|
||||
flax>=0.3.5
|
||||
optax>=0.0.9
|
||||
|
@ -1,5 +1,5 @@
|
||||
datasets >= 1.8.0
|
||||
jax>=0.2.17
|
||||
jaxlib>=0.1.68
|
||||
flax>=0.3.4
|
||||
flax>=0.3.5
|
||||
optax>=0.0.8
|
@ -1,5 +1,5 @@
|
||||
datasets >= 1.1.3
|
||||
jax>=0.2.8
|
||||
jaxlib>=0.1.59
|
||||
flax>=0.3.4
|
||||
flax>=0.3.5
|
||||
optax>=0.0.8
|
||||
|
@ -1,5 +1,5 @@
|
||||
datasets >= 1.1.3
|
||||
jax>=0.2.8
|
||||
jaxlib>=0.1.59
|
||||
flax>=0.3.4
|
||||
flax>=0.3.5
|
||||
optax>=0.0.8
|
||||
|
@ -1,6 +1,6 @@
|
||||
datasets >= 1.8.0
|
||||
jax>=0.2.8
|
||||
jaxlib>=0.1.59
|
||||
flax>=0.3.4
|
||||
flax>=0.3.5
|
||||
optax>=0.0.8
|
||||
seqeval
|
@ -1,6 +1,6 @@
|
||||
jax>=0.2.8
|
||||
jaxlib>=0.1.59
|
||||
flax>=0.3.4
|
||||
flax>=0.3.5
|
||||
optax>=0.0.8
|
||||
-f https://download.pytorch.org/whl/torch_stable.html
|
||||
torch==1.9.0+cpu
|
||||
|
@ -1,6 +1,6 @@
|
||||
jax>=0.2.8
|
||||
jaxlib>=0.1.59
|
||||
flax>=0.3.4
|
||||
flax>=0.3.5
|
||||
optax>=0.0.8
|
||||
-f https://download.pytorch.org/whl/torch_stable.html
|
||||
torch==1.9.0+cpu
|
||||
|
2
setup.py
2
setup.py
@ -104,7 +104,7 @@ _deps = [
|
||||
"fastapi",
|
||||
"filelock",
|
||||
"flake8>=3.8.3",
|
||||
"flax>=0.3.4",
|
||||
"flax>=0.3.5",
|
||||
"fugashi>=1.0",
|
||||
"GitPython<3.1.19",
|
||||
"huggingface-hub>=0.1.0,<1.0",
|
||||
|
@ -15,7 +15,7 @@ deps = {
|
||||
"fastapi": "fastapi",
|
||||
"filelock": "filelock",
|
||||
"flake8": "flake8>=3.8.3",
|
||||
"flax": "flax>=0.3.4",
|
||||
"flax": "flax>=0.3.5",
|
||||
"fugashi": "fugashi>=1.0",
|
||||
"GitPython": "GitPython<3.1.19",
|
||||
"huggingface-hub": "huggingface-hub>=0.1.0,<1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user