You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix incorrect usage of `is_checkpoint_finalized` in Checkpointer. The…
… bug was reported when restoring a checkpoint on GCS, the checkpoint was always thought to be "not finalized".
PiperOrigin-RevId: 494300493
Remove `use_gda` flag and replace with `use_jax_array` only. This is …
…used to represent both GDA and jax.Array. Restoration logic automatically figures out whether to return jax.Array or GDA depending on the setting of jax.config.
PiperOrigin-RevId: 477502612