Skip to content

Commit b9c058c

Browse files
kwen2501pytorchmergebot
authored andcommitted
Retire torch.distributed.pipeline (#127354)
Actually retiring module after deprecation warning for a while. The new supported module is: torch.distributed.pipelining. Please migrate. Pull Request resolved: #127354 Approved by: https://github.com/wconstab
1 parent 6abca6a commit b9c058c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+0
-7891
lines changed

.lintrunner.toml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,28 +1536,6 @@ exclude_patterns = [
15361536
'torch/distributed/optim/post_localSGD_optimizer.py',
15371537
'torch/distributed/optim/utils.py',
15381538
'torch/distributed/optim/zero_redundancy_optimizer.py',
1539-
'torch/distributed/pipeline/__init__.py',
1540-
'torch/distributed/pipeline/sync/__init__.py',
1541-
'torch/distributed/pipeline/sync/_balance/__init__.py',
1542-
'torch/distributed/pipeline/sync/_balance/blockpartition.py',
1543-
'torch/distributed/pipeline/sync/_balance/profile.py',
1544-
'torch/distributed/pipeline/sync/batchnorm.py',
1545-
'torch/distributed/pipeline/sync/checkpoint.py',
1546-
'torch/distributed/pipeline/sync/copy.py',
1547-
'torch/distributed/pipeline/sync/dependency.py',
1548-
'torch/distributed/pipeline/sync/microbatch.py',
1549-
'torch/distributed/pipeline/sync/phony.py',
1550-
'torch/distributed/pipeline/sync/pipe.py',
1551-
'torch/distributed/pipeline/sync/pipeline.py',
1552-
'torch/distributed/pipeline/sync/skip/__init__.py',
1553-
'torch/distributed/pipeline/sync/skip/layout.py',
1554-
'torch/distributed/pipeline/sync/skip/namespace.py',
1555-
'torch/distributed/pipeline/sync/skip/portal.py',
1556-
'torch/distributed/pipeline/sync/skip/skippable.py',
1557-
'torch/distributed/pipeline/sync/skip/tracker.py',
1558-
'torch/distributed/pipeline/sync/stream.py',
1559-
'torch/distributed/pipeline/sync/utils.py',
1560-
'torch/distributed/pipeline/sync/worker.py',
15611539
'torch/distributed/remote_device.py',
15621540
'torch/distributed/rendezvous.py',
15631541
'torch/distributed/rpc/__init__.py',
@@ -1851,8 +1829,6 @@ exclude_patterns = [
18511829
'torch/testing/_internal/distributed/nn/__init__.py',
18521830
'torch/testing/_internal/distributed/nn/api/__init__.py',
18531831
'torch/testing/_internal/distributed/nn/api/remote_module_test.py',
1854-
'torch/testing/_internal/distributed/pipe_with_ddp_test.py',
1855-
'torch/testing/_internal/distributed/pipeline/__init__.py',
18561832
'torch/testing/_internal/distributed/rpc/__init__.py',
18571833
'torch/testing/_internal/distributed/rpc/dist_autograd_test.py',
18581834
'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py',

benchmarks/distributed/pipeline/benchmark_dataset.py

Lines changed: 0 additions & 58 deletions
This file was deleted.

benchmarks/distributed/pipeline/pipe.py

Lines changed: 0 additions & 296 deletions
This file was deleted.

0 commit comments

Comments
 (0)