MCPcopy 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
12def print_zero(group, *args, **kwargs):
13 if group.rank() == 0:
14 flush = kwargs.pop("flush", True)
15 print(*args, **kwargs, flush=flush)
16
17
18def quantization_predicate(name, m):

Callers 2

print_helpFunction · 0.70

Calls 1

rankMethod · 0.45

Tested by

no test coverage detected