Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ml-explore/mlx-examples
/ print_zero
Function
print_zero
flux/generate_interactive.py:12–15 ·
view source on GitHub ↗
(group, *args, **kwargs)
Source
from the content-addressed store, hash-verified
10
11
12
def
print_zero(group, *args, **kwargs):
13
if
group.rank() == 0:
14
flush = kwargs.pop(
"flush"
, True)
15
print(*args, **kwargs, flush=flush)
16
17
18
def
quantization_predicate(name, m):
Callers
2
generate_interactive.py
File · 0.70
print_help
Function · 0.70
Calls
1
rank
Method · 0.45
Tested by
no test coverage detected