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

Method wait_until_finished

axlearn/common/checkpointer.py:330–332  ·  view source on GitHub ↗

Waits for async writes to finish.

(self)

Source from the content-addressed store, hash-verified

328 raise NotImplementedError(type(self))
329
330 def wait_until_finished(self):
331 """Waits for async writes to finish."""
332 raise NotImplementedError(type(self))
333
334 def restore_from_dir(
335 self,

Callers 15

wait_until_finishedMethod · 0.45
wait_until_finishedMethod · 0.45
_build_ckptMethod · 0.45
test_indexMethod · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45
serializeMethod · 0.45
test_serializeMethod · 0.45
test_deserializeMethod · 0.45

Calls

no outgoing calls

Tested by 15

_build_ckptMethod · 0.36
test_indexMethod · 0.36
test_serializeMethod · 0.36
test_deserializeMethod · 0.36
test_buildMethod · 0.36
test_buildMethod · 0.36
test_save_and_restoreMethod · 0.36