-
Notifications
You must be signed in to change notification settings - Fork 37
Pull requests: google/orbax
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Use flag-guarded Orbax APIs to implement save/restore GDA checkpoint.
#47
opened Aug 1, 2022 by
copybara-service
bot
Loading…
Use OrbaxCheckpointManager in Pax training loop when orbax flag is enabled.
#68
opened Aug 29, 2022 by
copybara-service
bot
Loading…
Rename the concrete class
Array
to ArrayImpl
#91
opened Sep 26, 2022 by
copybara-service
bot
Loading…
Support jax.Array in T5X. This feature is currently disabled but can be enabled by setting
use_gda=True
and use_jax_array=True
.
#126
opened Oct 28, 2022 by
copybara-service
bot
Loading…
Refactor Flax checkpointing to closer integrate with Orbax class structure. We can duplicate Flax's behavior using Orbax.
#181
opened Dec 28, 2022 by
copybara-service
bot
Loading…
[JAX] Fix confusion between a pytree and a PyTreeDef in orbax.
#236
opened Mar 4, 2023 by
copybara-service
bot
Loading…
Enable checkpointing for training inputs in Pax (using Orbax).
#242
opened Mar 10, 2023 by
copybara-service
bot
Loading…
Add method for fetching most-recent checkpoints
#271
opened Mar 31, 2023 by
copybara-service
bot
Loading…
Replace deprecated gda_serialization with array_serialization.
#288
opened Apr 12, 2023 by
copybara-service
bot
Loading…
Added
checkpoint_steps
parameter to checkpoints_config
#326
opened May 18, 2023 by
copybara-service
bot
Loading…
Make Orbax auto-publish conditional on build passing with prod dependencies.
#335
opened May 30, 2023 by
copybara-service
bot
Loading…
Support TensorSpecWithDefault in input_signature
#402
opened Jul 12, 2023 by
copybara-service
bot
Loading…
Add retention policy for pytreecheckpointhandler metrics
#455
opened Aug 9, 2023 by
copybara-service
bot
Loading…
Add TypeHandlers to regeister default SaveArg/RestoreArgs.
#495
opened Sep 7, 2023 by
copybara-service
bot
Loading…
SAX implementation of gemini-phase2 MMVisionModel.
#533
opened Oct 4, 2023 by
copybara-service
bot
Loading…
Expand
StepMetadata.item_metadata
type to include non-composite cases.
#1442
opened Dec 12, 2024 by
copybara-service
bot
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.