-
Notifications
You must be signed in to change notification settings - Fork 36
Pull requests: google/orbax
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Release 0.10.0 and correct the changelog.
#1373
opened Nov 22, 2024 by
copybara-service
bot
Loading…
Add
shape
property to ArrayRestoreArgs
to be interchangeable with global_shape
. This allows generic functions like to_shape_dtype_struct
to reference it.
#1372
opened Nov 22, 2024 by
copybara-service
bot
Loading…
ServingConfig.extra_trackable_resources
is now supported in the Orbax Model path when support_tf_resources
is True
.
#1371
opened Nov 21, 2024 by
copybara-service
bot
Loading…
Need to add because parent CL updates Orbax codebase.
#1369
opened Nov 21, 2024 by
copybara-service
bot
Loading…
Add an option to disable saving root-level metadata in CheckpointManager.
#1368
opened Nov 21, 2024 by
copybara-service
bot
Loading…
[Experimental Feature] Support
empty NamedTuple
leaf when PyTreeMetadataOptions.support_rich_types=true
.
#1362
opened Nov 20, 2024 by
copybara-service
bot
Loading…
[replica-parallel] Avoid jax.sharding.Sharding#devices_indices_map
#1358
opened Nov 20, 2024 by
gspschmid
Loading…
Fix a bug in Orbax checkpointing where None values PyTree are not handled correctly. This is caused by a recent update in jax where None values are no longer considered as a leaf node: https://jax.readthedocs.io/en/latest/changelog.html#jax-0-4-34-october-4-2024.
#1286
opened Oct 31, 2024 by
copybara-service
bot
Loading…
Add user-facing
TreeMetadata
object returned by PyTreeCheckpointHandler.metadata
. This object mimics an ordinary PyTree to make the change unnoticeable to most users, but also has additional accessible properties not included in any tree mapping operations.
#1276
opened Oct 28, 2024 by
copybara-service
bot
Loading…
Bump ipython from 7.23.1 to 8.10.0 in /docs/requirements in the pip group across 1 directory
dependencies
Pull requests that update a dependency file
#1201
opened Sep 24, 2024 by
dependabot
bot
Loading…
Add emergency checkpoint logging of arrays for debugging.
#1198
opened Sep 23, 2024 by
copybara-service
bot
Loading…
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.