pytorch/torch/distributed/pipeline/__init__.py
2024-03-08 19:55:02 +00:00

8 lines
285 B
Python

import warnings
warnings.warn(
"torch.distributed.pipeline is deprecated. For up-to-date pipeline parallel "
"implementation, please refer to the PiPPy library under the PyTorch "
"organization (Pipeline Parallelism for PyTorch): "
"https://github.com/pytorch/PiPPy"
)