orbax
orbax copied to clipboard
Orbax provides common utility libraries for JAX users.
Add Emergency Checkpoint Manager Benchmark
Support Colocated Python Checkpointing
Use `SingleReplicaArrayHandler` for restoring `jax.Array` in emergency checkpoint manager.
Fix listing perf for gcs by completely avoiding the extra list calls
Internal change
Internal change
Allow reading locally empty arrays in multi-controller jax
Fix readthedocs build file. Add the oex_orchestration.proto to the proto compile function.
Internal.
**Adds parameters `min_slice_bytes_for_replica_parallel` and `max_replicas_for_replica_parallel` to `ArrayHandler` to allow users to configure replica-parallel checkpoint saving.** If `use_replica_parallel` is set to true, saving will be parallelized over at most `max_replicas_for_replica_parallel` different...