MCPcopy Create free account
hub / github.com/bic-L/MaxFormer / is_main_process

Function is_main_process

event/utils.py:223–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221
222
223def is_main_process():
224 return get_rank() == 0
225
226
227def save_on_master(*args, **kwargs):

Callers 1

save_on_masterFunction · 0.70

Calls 1

get_rankFunction · 0.70

Tested by

no test coverage detected