Views
No views yet
Built with mlx-optiq, the MLX-native toolkit to quantize, fine-tune, and serve LLMs locally on Apple Silicon, no PyTorch and no cloud. Read the write-up · All OptiQ quants · Docs
optiq serve --stream-experts.
| Property | Value |
|---|---|
| Base | NVIDIA-Nemotron-3-Super-120B-A12B (hybrid Mamba2 + attention + 512-expert MoE, 22 active) |
| Method | OptiQ static — structural per-layer bit allocation, no calibration |
| Bit-widths | 4-bit on Mamba / attention / router / shared experts / edges, 2-bit on the routed experts |
| Achieved bits-per-weight | 2.52 |
| On disk | 47.5 GB |
| Resident while running | ~14 GB (routed experts streamed) |
| Decode speed | ~3 tok/s on an M3 Max (36 GB) |
static method assigns bits from architecture alone. See the methods comparison.model_type: nemotron_h), so it needs mlx-lm from main and import optiq (install from git, not a version pin):pip install -U mlx-optiq "mlx-lm @ git+https://github.com/ml-explore/mlx-lm.git"--stream-experts forces it):optiq serve --model mlx-community/NVIDIA-Nemotron-3-Super-120B-A12B-OptiQ-2bit --stream-experts