MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / get_world_size

Function get_world_size

util/misc.py:522–525  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

520
521
522def get_world_size():
523 if not is_dist_avail_and_initialized():
524 return 1
525 return dist.get_world_size()
526
527
528def get_rank():

Callers 4

forwardMethod · 0.90
forwardMethod · 0.90
all_gatherFunction · 0.70
reduce_dictFunction · 0.70

Calls 1

Tested by

no test coverage detected