Views
No views yet
mtplx forge build from the original BF16 Jackrong/Qwopus3.6-27B-v2:mtp_policy: keep_bf16), packed as mtp.safetensors sidecarmtplx_runtime.json)| Mode | Decode | Acceptance by depth |
|---|---|---|
| Plain autoregressive | ~17.5 tok/s | — |
| MTP depth 3 | 39.0 tok/s (2.2×) | 94% / 86% / 74% |
long-code-uncapped, 2048-token budget. For reference, the same machine runs Qwopus-v2 Q6_K on llama.cpp with MTP (n=2) at ~24–26 tok/s — this build is ~55% faster at higher body precision.1brew install youssofal/mtplx/mtplx # or pipx install mtplx
2mtplx pull nom666/Qwopus3.6-27B-v2-MTPLX-8bit-Quality
3mtplx quickstart --model nom666/Qwopus3.6-27B-v2-MTPLX-8bit-Quality \
4 --depth 3 --paged-kv-quantization q8 --batching-preset agent --reasoning off/v1/chat/completions) and Anthropic-compatible (/v1/messages) endpoints with warm-prefix KV reuse, SSD session cache, continuous batching, and vision support. Full 262144-token context; only 16 of 64 layers carry KV (hybrid Gated DeltaNet architecture), so KV at 256K is ~16 GiB BF16 / ~8 GiB q8.forge-local: verified on the forging machine (M5 Max). MTPLX loads it with an honest provenance note.--reasoning off is recommended for terse agentic/coding use.