MCPcopy Create free account
hub / github.com/alinlab/SelfPatch / save_on_master

Function save_on_master

utils.py:427–429  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

425
426
427def save_on_master(*args, **kwargs):
428 if is_main_process():
429 torch.save(*args, **kwargs)
430
431
432def setup_for_distributed(is_master):

Callers

nothing calls this directly

Calls 1

is_main_processFunction · 0.85

Tested by

no test coverage detected