mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/128205 Approved by: https://github.com/wconstab, https://github.com/H-Huang
343 B
343 B
Pipeline Parallelism for PyTorch
torch.distributed.pipelining is a package for implementing pipeline parallelism on your model.
Our documentation is available here.