Views
No views yet
| Quantization | 4-bit, group size 64 (router kept 8-bit, short-conv weights fp) |
| Size on disk | 4.2 GB |
| Context | 131,072 tokens |
| Active parameters | 1.3B per token |
| License | MIT (inherited from the base model) |
bailing_hybrid architecture is not in upstream mlx-lm yet — this
checkpoint is served by rapid-mlx, which ships a
verified native implementation (reference parity 1.5e-6 against the
official modeling code):1pip install -U rapid-mlx # 0.12.10 or newer
2rapid-mlx serve ling-3.0-tiny-4bitlocalhost:8000 with reasoning
(reasoning_content) and tool calling parsed natively — thinking is
controlled with chat_template_kwargs: {"enable_thinking": true} or the
model's detailed thinking on/off system-prompt switch.mlx-lm gains native bailing_hybrid support, this checkpoint will
load there unchanged.mlx_lm.convert (quantize=True, q_bits=4, q_group_size=64)
running rapid-mlx's vendored bailing_hybrid implementation
(PR #1817), which was
verified against the official modeling_bailing_moe_v3.py on identical
random weights to a max logits deviation of 1.5e-6 (full prefill) /
1.9e-6 (token-by-token incremental) before conversion. End-to-end
chat / reasoning / tool-call behaviour validated on an M2 Pro Mac mini.