#batching
1 paper
-
inspiration
Continuous Batching Is Why Your Server Is Fast
Static batching wastes the GPU: every request waits for the slowest one in its batch to finish. Continuous batching — the idea behind Orca and vLLM — schedules at the token level instead of the request level, and it is the single biggest reason modern serving throughput is what it is.