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 `SingleReplicaArrayHandler` for restoring `jax.Array` in emergency checkpoint manager.

Fix listing perf for gcs by completely avoiding the extra list calls

Allow reading locally empty arrays in multi-controller jax

Fix readthedocs build file. Add the oex_orchestration.proto to the proto compile function.

**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...