Also : Field note from a 92k-token agent session (pi): acceptance fell to ~0.3 there and the fixed 7-token window drafted 2.6x more than it landed. dynamic_draft_tokens=True with dynamic_draft_skip_ema=0 restored 0.65+ at the same shallow speed. The 0.3 skip default parks easy jobs at plain-decode speed, might be worth a look.
Confirmed on a 5090: first run bootstrapped itself, compiled the sm120 kernels and pulled the weights unattended in under 25 min, then 193 tok/s decode on code (dflash2 acceptance 0.70) with the full native 262k resident in 25.4 GiB. Prefill 2,244 tok/s at 16k. The RTX bandwidth scaling your README predicted holds. Did fork your repo tho: https://t.co/7ZAfD8uTgr
2x from tuning alone is the real story with this model, the kernels are young: rebuilding llama.cpp at the merged PR head nearly doubled decode for us too. Next big one for your card: MTP spec decode, once GGUFs get re-exported with the head (PR #27836). Recipes: https://t.co/WhUQRzPcVa
@malikwas1f 18 on GLM and 37 on Flash-Next from 2x 3090 is solid, that lines up with the host-bandwidth math almost exactly. How much does the hot-expert cache buy over naive offload? From the all-GPU end: Flash-Next at 203-211 tok/s on 4x 5090, vLLM + MTP: https://t.co/UNZK4gLMJr
53 on one 5090 with everything exact is impressive. Which stack, llama.cpp with expert offload to RAM? Asking because on 4x 5090 the vLLM path with the built-in MTP head holds 203-211 tok/s flat to 186K, and I'm curious how far the single-card ceiling goes: https://t.co/WhUQRzPcVa
@analogalok Other end of the same curve: 4x 5090, vLLM patched nightly, MTP n=3 + fp8 KV for QSA. 203 tok/s decode, flat to 186K ctx (MTP acceptance ~0.9 on code), prefill 2,690 tok/s at 99K. Exact flags and patches: https://t.co/UNZK4gLMJr
Nice numbers. Cousin datapoint: 4x 5090, TP4 + expert parallel, RadixArk NVFP4, MTP n=3: 203-211 tok/s on code, flat from 99K to 186K. One card-count note for PCIe rigs: prefill prefers fewer cards. On Qwen3.8-27B we measured TP=2 at 4,299 tok/s prefill vs TP=4 at 1,315. Recipes: https://t.co/WhUQRzPKKI
I ran out of ctx the first time... The model card says 130k~ ctx but I was able to interpolate in llama.cpp:
--ctx-size 524288 --override-kv muse-glimmer.context_length=int:524288 --rope-scaling yarn --rope-scale 4 --yarn-orig-ctx 131072
Needle test was positive... But need real world usage to confirm if it is stable.
"Commoditize the petaflop." @__tinygrad__ founder George Hotz says more competition—not monopolies—is the path to cheaper AI compute at @AMD's Advancing AI event.