MTPLX 2.9.2

MTPLX stops rewriting agent transcripts, greedy decoding gets faster below 12k context, and the model forge gets a correctness fix that rescues packs whose draft acceptance had collapsed.

Your transcript is yours (#282)

Faster greedy decode below 12k context

Chained greedy drafting is now on by default for temperature 0 requests with prompts under 12,288 tokens (#313, #315, #318). Gated A/B runs on an M5 Max measured +2.5 to +9.8 percent decode speed across 0.5k to 8k prompts. The same stack measured -2.9 and -2.7 percent at 16k and 32k, so a context fence keeps it off there. Sampled requests are untouched. Move the fence with MTPLX_GREEDY_TRIO_MAX_CONTEXT or disable with MTPLX_GREEDY_DRAFT_CHAIN=off.

Model forge correctness

Fixed

Experimental, off by default

Docs

Updating