What does Tensor parallelism mean in inference serving?
Tensor parallelism shards weight matrices and their computation across multiple accelerators within each model layer. Participating devices exchange partial results so the layer produces the same logical output. A serving deployment chooses a parallel group size that fits the model and the available interconnect. Operators compare memory headroom and latency because adding devices does not guarantee a faster request.