MCPcopy Index your code
hub / github.com/DIVE128/DMVSNet / get_rank

Function get_rank

tools.py:274–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272
273
274def get_rank():
275 if not is_dist_avail_and_initialized():
276 return 0
277 return dist.get_rank()
278
279
280def is_main_process():

Callers 1

is_main_processFunction · 0.85

Calls 1

Tested by

no test coverage detected