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

Use `ocp.future.CommitFutureAwaitingContractedSignals` in custom async checkpoint handlers and type handlers to support async directory creation.

Patch for testing b/404645078, hardcoding single_host_load_and_broadcast=true.

Add `protobuf` to Orbax Export dependencies and install protobuf using python and ensure `protoc` installation in github workflow.

I am getting a number of errors checking for folder existence in _src/metadata/checkpoint.py e.g. ```_src/metadata/checkpoint.py", line 45, in _sanitize_metadata_path raise FileNotFoundError(f'Path does not exist: {path}')``` when trying to create a...

type:bug
checkpoint

Fix the args ordering when using assertProto2Equal for OBM related tests

Allow configuring the minimum interval seconds for continuous checkpointing.

Simplify heartbeat options for PjRt distributed runtime.