Views
No views yet
temp=0.6 / top_p=0.95 / top_k=20) using the model's own built-in MTP heads — no external drafter, no greedy hack.1brew install youssofal/mtplx/mtplx
2mtplx startmtplx_runtime.json so MTPLX can run it as the optimized speed
variant.Youssofal/Qwen3.6-27B-MTPLX-Optimized-Speed1mtplx pull Youssofal/Qwen3.6-27B-MTPLX-Optimized-Speed
2mtplx run "hello" --model Youssofal/Qwen3.6-27B-MTPLX-Optimized-Speed
3mtplx serve --model Youssofal/Qwen3.6-27B-MTPLX-Optimized-Speed --port 8000 --no-stats-footerqwen3-next-mtp backend.| Component | Source | Revision | License |
|---|---|---|---|
| Base model | Qwen/Qwen3.6-27B | 6a9e13bd6fc8f0983b9b99948120bc37f49c13e9 | Apache-2.0 |
| MTPLX conversion and runtime contract | youssofal/mtplx | v0.1.0-preview.1 | Apache-2.0 |
mtplx_runtime.json records:qwen3-next-mtp3sustained3-bit affine, group_size=640.70, top-p 0.95, top-k 20Phase 0H paged-verifier smoke0.0Apple M5 Max, 128 GB unified memory2026-05-03T23:07:00+01000.6,
top-p 0.95, top-k 20, with thinking mode disabled. The draft proposal
sampler is intentionally slightly hotter at temperature 0.70; target
verification and residual correction remain exact.0.70, with thinking mode disabled and foreground app load reduced. The
proposal change reduced the measured correction tokens from 6 to 3 and verify
calls from 50 to 49 on the recorded prompt; target sampling remains temperature
0.6 / top-p 0.95 / top-k 20. A full greedy diagnostic on the same cleaned
fanmax window measured 60.108 tok/s. Earlier contract evidence measured
61.527 and 60.900 tok/s, the earlier 3-bit draft-head contract measured 60.038
and 60.061 tok/s, and the older 4-bit draft-only LM head measured 57.668 tok/s
on the same lane.model-*.safetensors: MLXCommunity flat 4-bit trunk shards.mtp/weights.safetensors: calibrated prequantized INT4 MTP sidecar, nested so generic MLX vision loaders only glob the base model shards.mtplx_runtime.json: MTPLX verified runtime contract.MTPLX_PUBLISH_MANIFEST.json: local staging manifest with source paths,
materialization method, sizes, and optional hashes.pip install mtplx