MCPcopy
hub / github.com/facebookresearch/MetaCLIP / is_local_master

Function is_local_master

src/training/distributed.py:12–13  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

10
11
12def is_local_master(args):
13 return args.local_rank == 0
14
15
16def is_master(args, local=False):

Callers 1

is_masterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected