Reproducing NVIDIA's Inference Paper on 2xRTX 3090s Cuts TTFT by 2.2x at 32K Context

teortaxesTex · x · 2026-08-11

A developer successfully reproduced an NVIDIA inference optimization paper using two RTX 3090s on the stock vLLM framework.

The core mechanism is prefill decoupling: a small model handles the prefill for long contexts, passing its generated KV cache to a completely different, larger model for decoding.

The empirical results are significant:

Original post →

More from Infra

Infra channel →