orbax icon indicating copy to clipboard operation
orbax copied to clipboard

Orbax provides common utility libraries for JAX users.

Results 335 orbax issues
Sort by recently updated
recently updated
newest added

Adds a function to check the inputs have default values in orbax savedmodel.

[REX] Enable ttl based deletion of step and substeps

When a checkpoint folder is renamed, it's moved into a _todelete_ subdirectory. This directory is created as a sibling to the main checkpoints/ folder. This approach prevents these renamed folders...

Minor typo fix of the `resume` method docstring in standard_checkpointer.py

Small refactoring: Pass exactly what the function needs

Move implementation details of Orbax V1 `save_pytree` and `save_checkpointables` into helper file.

Add a new parameter `background_thread_count` to allow users to set the number of threads for ThreadedCheckpointDeleter.

Add an unit test for oex_orchestration.create().