What does Concurrency mean in inference serving?
Concurrency is the number of client requests in flight within a stated measurement boundary. It can include queued and executing work, so it is not necessarily the active model batch size. Benchmarks hold prompt and output shapes steady while sweeping in-flight requests at the client boundary. Production systems set admission limits from cache capacity, latency objectives, and expected traffic bursts.