orbax
orbax copied to clipboard
Orbax provides common utility libraries for JAX users.
Adds a function to check the inputs have default values in orbax savedmodel.
[REX] Enable ttl based deletion of step and substeps
Adding selective e2e tests obm export tests
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
internal
internal
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().