Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
def
is_local_master(args):
16
return
args.local_rank == 0
17
18
19
def
is_master(args, local=False):
Callers
1
is_master
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected