Skip to content

Commit 5fa970d

Browse files
JustinPan-googOrbax Authors
authored andcommitted
Enable rich type support by default in PyTreeMetadataOptions.
PiperOrigin-RevId: 893125190
1 parent 09d2982 commit 5fa970d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkpoint/orbax/checkpoint/_src/metadata/pytree_metadata_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ class PyTreeMetadataOptions:
3434

3535

3636
# Global default options.
37-
PYTREE_METADATA_OPTIONS = PyTreeMetadataOptions(support_rich_types=False)
37+
PYTREE_METADATA_OPTIONS = PyTreeMetadataOptions(support_rich_types=True)

0 commit comments

Comments
 (0)