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

Function get_world_size

utils.py:411–414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409
410
411def get_world_size():
412 if not is_dist_avail_and_initialized():
413 return 1
414 return dist.get_world_size()
415
416
417def get_rank():

Callers 1

reduce_dictFunction · 0.85

Calls 1

Tested by

no test coverage detected