MCPcopy
hub / github.com/z-lab/dflash / _dist_is_main

Function _dist_is_main

dflash/benchmark.py:158–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156
157
158def _dist_is_main() -> bool:
159 return _dist_rank() == 0
160
161
162def _dist_gather(torch_dist, obj: Any, dst: int = 0):

Callers 2

_dist_gatherFunction · 0.85
_run_transformersFunction · 0.85

Calls 1

_dist_rankFunction · 0.85

Tested by

no test coverage detected