Skip to content

Commit 5661dca

Browse files
author
Flax Authors
committed
Merge pull request #2592 from IvyZX:IvyZX-patch-1
PiperOrigin-RevId: 486754847
2 parents 5714e57 + 68e9928 commit 5661dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flax/training/checkpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def _check_mpa_errors():
231231
raise errors.MPARestoreTargetRequiredError(ckpt_path, step)
232232

233233
def _safe_deserialize(
234-
target_mpas: List[Tuple[Tuple[Any], MultiprocessArrayType, str]],
234+
target_mpas: List[Tuple[Tuple[Any, ...], MultiprocessArrayType, str]],
235235
gda_manager: GlobalAsyncCheckpointManager) -> List[MultiprocessArrayType]:
236236
gda_manager.wait_until_finished()
237237

0 commit comments

Comments
 (0)