Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Audio-AGI/AudioSep
/ is_global_master
Function
is_global_master
models/CLAP/training/distributed.py:12–13 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
10
11
12
def
is_global_master(args):
13
return
args.rank == 0
14
15
16
def
is_local_master(args):
Callers
1
is_master
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected