orbax
orbax copied to clipboard
Orbax provides common utility libraries for JAX users.
Add warning when GCS checkpoint is missing `commit_success.txt` (in case the checkpoint comes from not GCS originally).
When importing the `orbax` checkpointer, our scripts throw warnings as below: ``` WARNING:absl:Type handler registry overriding type "" collision on scalar WARNING:absl:Type handler registry overriding type "" collision on scalar...
Modernize typing in composite checkpoint handler.
Sort devices explicitly by process index, then id (as opposed to IDs alone). IDs may be randomly generated, and are not guaranteed to be ordered based on their process index.
Fix possible race condition in orbax root directory creation.
Migrate jax dependency to >=4.30 for jax.export API.
Allow user-provided symbolic constraints
Introduce replica_axis_index in init of emergency checkpoint manager
test copybara, don't submit
Orbax: Refactor tensorstore spec construction and support local temporary index path This separates the KvStore spec construction from the array spec construction, and integrates the options only used for writing...