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
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
Fix structure caching for enable_flax=False case by storing relative …
…file names in structure rather than absolute paths.
PiperOrigin-RevId: 475845023