Views
No views yet
⚠️ MTP variant is staged/recognized, not yet verified-runnable — see Status below. For inference today use the AR sibling.
mtp.*, from the clean mlx-community/Qwen3.6-35B-A3B-MTP-4bit) grafted on for self-speculative decoding.mtplx forge probe recognizes this artifact (has_mtp_weights: true, forgeable: true, backend qwen3_next, ~25 GB peak). However, mtplx forge build currently fails to load it — MTPLX's bundled mlx_lm raises Model type qwen3_5_mtp not supported. So, like the Hy3 MTP variants, this is staged, not yet verified-runnable: the MTP weights and metadata are correct and recognized, but the runtime load path for qwen3_5_mtp isn't there yet in the release. Use the AR sibling for actual inference today.1mtplx forge build --repo <this-repo> --recipe '{"body_bits":4,"body_group_size":64,"body_mode":"affine","mtp_policy":"keep_bf16"}' ...
2mtplx tune --depths 1,2,3 # find the best speculative depth for your Macmlx-community/Qwen3.6-35B-A3B-4bit + our verifier-filtered LoRA heal (val 0.639, 8/10 executed stress — see the AR sibling card).