MCPcopy Index your code
hub / github.com/microsoft/Cream / is_local_master

Function is_local_master

TinyCLIP/src/training/distributed.py:15–16  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

13
14
15def is_local_master(args):
16 return args.local_rank == 0
17
18
19def is_master(args, local=False):

Callers 1

is_masterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected