MCPcopy Create free account
hub / github.com/apple/axlearn / wait_until_finished

Method wait_until_finished

axlearn/common/checkpointer_orbax.py:610–612  ·  view source on GitHub ↗

See `BaseCheckpointer.wait_until_finished` docstring for details.

(self)

Source from the content-addressed store, hash-verified

608
609 # Validate ckpt structure.
610 check_state_structure(
611 restored_index,
612 target_structure=self._get_spec(step=step, state=state)["index"],
613 validation=cfg.validation_type,
614 )
615 return step, restored_state

Callers 1

saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected