Views
No views yet
mlx-community/Qwen3.6-27B-mxfp4 with native MTP (Multi-Token Prediction) heads stored in bfloat16 precision, enabling speculative decoding for ~1.5–2× faster generation.| Component | Precision | Size |
|---|---|---|
| Main model (64 layers, vision encoder) | mxfp4 group_size=32 | ~15.0 GB |
| MTP decoder layer (×1) | bfloat16 (unquantized) | ~0.81 GB |
| Tensor | Shape | Size |
|---|---|---|
mtp.layers.0.self_attn.q_proj | [12288, 5120] | 120 MB |
mtp.layers.0.mlp.gate_proj | [17408, 5120] | 170 MB |
mtp.layers.0.mlp.up_proj | [17408, 5120] | 170 MB |
mtp.layers.0.mlp.down_proj | [5120, 17408] | 170 MB |
mtp.fc (head projection) | [5120, 10240] | 100 MB |
| Other (norms, o/k/v proj) | — | ~80 MB |
| Total MTP | ~810 MB |
pip install -U mlx-vlm1python -m mlx_vlm.generate \
2 --model <hf-repo-id> \
3 --max-tokens 100 \
4 --temperature 0.0 \
5 --prompt "Describe this image." \
6 --image <path_to_image>mlx-community/Qwen3.6-27B-mxfp4Qwen/Qwen3.6-27B and merged in bf16