Why it matters
LLM math 101 shapes ops. Understanding shapes serving design.
Advertisement
The architecture
Prefill: compute-bound.
Decode: memory-bound.
KV cache: memory consumer.
Advertisement
How it works end to end
Trade-offs: batch vs latency, quantize vs quality, context vs throughput.
Match config to SLO.