Custom vLLM INT8 stack hits 972 tok/s on Qwen 27B with 4x MI100 ($6.5k rig)

1ncehost · reddit · 2026-08-27

A developer released a complete INT8 serving stack for older GPUs without native FP8: built on vLLM, AITER, and a GPTQ INT8 quant (DFlash2), it runs Qwen3.8 27B at 972 tok/s TG / 5,680 tok/s PP on a 4× MI100 rig ($6.5k), versus 15 tok/s on stock vLLM.

The work includes:

Accuracy vetting is unusually rigorous: KLD measured not just per token but per GEMM, attention block, KV lookup, and layer, with diagnostic scripts left in the branch for verification. The author advises checking whether your card's INT8 TOPS exceeds its FP8 FLOPS — if so, this project applies; hardware-agnostic Triton fallbacks benefit MI50/MI210 and older cards too. Everything is open-sourced on GitHub and Hugging Face.

Original post →

More from Infra

Infra channel →