↓ 1 callersFunction_gated_delta_step_ops Ops-based reference implementation for a single recurrent step. Shapes: - q, k: [B, H, Dk] - v: [B, H, Dv] - g: [B, H] or
mlx_lm/models/gated_delta.py:127
↓ 1 callersFunction_group_expert_select(
gates: mx.array,
bias: Optional[mx.array],
top_k: int,
n_group: int,
topk_group: int,
mlx_lm/models/kimi_linear.py:76