MCPcopy Create free account
hub / github.com/MotrixLab/ViMoGen / get_local_rank

Function get_local_rank

parallel/utils.py:35–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34
35def get_local_rank():
36 return int(os.environ['LOCAL_RANK'])
37
38
39def get_local_world_size():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected