Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EverMind-AI/MSA
/ Print
Function
Print
src/utils/misc.py:47–49 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
45
return
int(os.environ[
"LOCAL_RANK"
])
46
47
def
Print(*args):
48
if
get_rank() == 0:
49
print(*args)
50
51
def
get_sha():
52
cwd = os.path.dirname(os.path.abspath(__file__))
Callers
nothing calls this directly
Calls
1
get_rank
Function · 0.85
Tested by
no test coverage detected