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

Function _dist_size

dflash/benchmark.py:146–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145
146def _dist_size() -> int:
147 return _env_int("WORLD_SIZE", 1)
148
149
150def _dist_rank() -> int:

Callers 2

_dist_gatherFunction · 0.85
_run_transformersFunction · 0.85

Calls 1

_env_intFunction · 0.85

Tested by

no test coverage detected