What does In-flight batching mean in inference serving?
In-flight batching is a common name for continuous batching in serving systems. New sequences enter an active batch as completed sequences leave at iteration boundaries. Documentation may use in-flight and continuous batching for the same scheduling family. Operators confirm the actual admission boundary and batching behavior instead of relying on the label.