MCPcopy Index your code
hub / github.com/z-lab/dflash / _dist_rank

Function _dist_rank

dflash/benchmark.py:150–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148
149
150def _dist_rank() -> int:
151 return _env_int("RANK", 0)
152
153
154def _dist_local_rank() -> int:

Callers 2

_dist_is_mainFunction · 0.85
_run_transformersFunction · 0.85

Calls 1

_env_intFunction · 0.85

Tested by

no test coverage detected