Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/modelscope/ms-swift
/ _is_local_master
Function
_is_local_master
swift/utils/logger.py:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
# Avoid circular reference
12
def
_is_local_master():
13
local_rank = int(os.getenv(
'LOCAL_RANK'
, -1))
14
return
local_rank in {-1, 0}
15
16
17
init_loggers = {}
Callers
2
get_logger
Function · 0.85
logger.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected