Video wird geladen...
Video konnte nicht geladen werden
Qwen3.8-Flash-Next just got a massive speed boost on my old hardware. This guy started with roughly 11 tok/s. After tuning the inference stack, I’m now getting around 24–28 tok/s. That’s roughly a 2× speedup without changing the GPU. The setup: → RTX 3090 24GB → 64GB DDR4 system RAM... show more
23,243 Aufrufe • vor 14 Tagen •via X (Twitter)
13 Kommentare

I tried that fork on my hardware and -unfortunately- it didn't move a needle from what I was getting before. My hardware is probably the limiting factor here. I was already getting 14.1t/s decode on 3x 3060 12gb and ddr4 2400 quad channel. With this fork I got pretty much 14t/s

This is a very good fork of llama.cpp. It has many useful features for MoE models, especially Qwen 3.8 Flash Next. BUT MTP actually slows things down by 1.5x. So while I use this fork, I keep MTP turned off.

I am using on server, with 158GB RAM + RTX3090 but I only allow 12GB VRAM since I have other apps to use it. Getting 17 to 18 token per second with original llama.cpp. I tested the cafe llama.cpp and made no difference. It's just basic optimizations, It is just another llama.cpp

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:

Could I do this with 5080 + 96gb ram and ssd? How much sits on the gpu?

Hey mate Mind to share the recipe you used? Thank you!

Stop this bullshit, 30tps cunt be your daily driver...nice experiments, but thats all. Cunt call it "locall AI" when it can be used as Codex / Claude..makes no sense.

Which part of the stack made the biggest difference: quantization, batching, kernel settings, or CPU offload?

any way to quantize for use with 8GB vram?

weird, i am on 17 tok/s on 8 gb vram now.

If I want to build this system. What’s a brief shopping list?

我的用2x5090 32GB,drr5 96g出现了预充填时间过长和解码速度过于缓慢,模型无法正常使用的情况,

2x on the same 3090 usually means you stopped spilling into system RAM, not that the kernels got faster. Worth reporting tok/s at 8k and 32k context too, since that gap is where the tuning actually shows up.
