What does Pipeline parallelism mean in inference serving?
Pipeline parallelism divides consecutive model layers into stages placed on different devices. Microbatches move through those stages so multiple inputs can occupy the pipeline. Operators partition layers by memory and compute, then choose a microbatch schedule. They measure stage balance, communication time, and bubbles under representative request shapes.