1# Pipeline Parallelism for PyTorch 2 3`torch.distributed.pipelining` is a package for implementing pipeline parallelism on your model. 4 5Our documentation is available [here](https://pytorch.org/docs/main/distributed.pipelining.html). 6 7 8