Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
427
def
save_on_master(*args, **kwargs):
428
if
is_main_process():
429
torch.save(*args, **kwargs)
430
431
432
def
setup_for_distributed(is_master):
Callers
nothing calls this directly
Calls
1
is_main_process
Function · 0.85
Tested by
no test coverage detected