Tensor parallelism (TP)
Splitting each layer's math across GPUs; makes a big model fit and adds bandwidth, but needs constant fast communication — keep within one NVLink node.
Splitting each layer's math across GPUs; makes a big model fit and adds bandwidth, but needs constant fast communication — keep within one NVLink node. (vLLM: --tensor-parallel-size.)