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

obm: Match TF output signature argument names. TF SavedModel picks output names based either on their position or the key in the enclosing dictionary. Orbax Model used to use only...

On main and jax 0.7/0.8, if a global mesh is set with `jax.sharding.set_mesh` it is impossible to save a checkpoint because of the error shown below. Am I doing something...

type:bug

obm: Use original argument names for TF input signatures. Previously, the original input names were substituted as "input_0", "input_1", etc. This change updates the logic to extract input argument names...

Disable `multiprocess-checkpoint-benchmarks` job due to limited chips

Run pytree_checkpoint_handler_test in github actions

The following code in multiple cells in the JupyterLab crashes randomly when executed: ```python import jax import flax from flax import nnx import orbax.checkpoint as ocp print(jax.__version__) print(flax.__version__) print(ocp.__version__) path...

type:bug
checkpoint

Eliminate usages of `ParamInfo.path` in favor of `parent_dir / name`.

Add utilities for working with local steps on Pathways.

Add flag option to raise an error if Pathways client is initialized before _gemini_lost_callback is set.