pulled flax changes from master
This commit is contained in:
@@ -16,8 +16,20 @@ dependencies = [
|
||||
"numpy>=1.26.4",
|
||||
"huggingface_hub[cli]>=0.23.0",
|
||||
"safetensors>=0.5.3",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
torch = [
|
||||
"torch>=2.0.0",
|
||||
]
|
||||
flax = [
|
||||
"flax>=0.8.2",
|
||||
"optax>=0.2.2",
|
||||
"einshape>=0.8.0",
|
||||
"orbax-checkpoint>=0.5.15",
|
||||
"jaxtyping>=0.2.29",
|
||||
"jax>=0.4.26",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 88
|
||||
|
||||
Reference in New Issue
Block a user