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