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

Function get_rank

utils.py:417–420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415
416
417def get_rank():
418 if not is_dist_avail_and_initialized():
419 return 0
420 return dist.get_rank()
421
422
423def is_main_process():

Callers 1

is_main_processFunction · 0.85

Calls 1

Tested by

no test coverage detected