Skip to content

Commit

Permalink
aggregate option cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 670598813
  • Loading branch information
cpgaffney1 authored and t5-copybara committed Sep 3, 2024
1 parent 59a473c commit 4d5716e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t5x/checkpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ def _construct_save_args(
"""Create SaveArgs for Orbax saving."""
if param_info.name.split('.')[0] != 'target':
dtype = None
return ocp.SaveArgs(aggregate=False, dtype=dtype)
return ocp.SaveArgs(dtype=dtype)


def _construct_restore_args(
Expand Down

0 comments on commit 4d5716e

Please sign in to comment.