Skip to content

Commit e623fbc

Browse files
committed
Retire torch.distributed.pipeline
ghstack-source-id: b354d98 Pull Request resolved: #127354
1 parent 70724bd commit e623fbc

Some content is hidden

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

66 files changed

+28
-7899
lines changed

.lintrunner.toml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,28 +1532,6 @@ exclude_patterns = [
15321532
'torch/distributed/optim/post_localSGD_optimizer.py',
15331533
'torch/distributed/optim/utils.py',
15341534
'torch/distributed/optim/zero_redundancy_optimizer.py',
1535-
'torch/distributed/pipeline/__init__.py',
1536-
'torch/distributed/pipeline/sync/__init__.py',
1537-
'torch/distributed/pipeline/sync/_balance/__init__.py',
1538-
'torch/distributed/pipeline/sync/_balance/blockpartition.py',
1539-
'torch/distributed/pipeline/sync/_balance/profile.py',
1540-
'torch/distributed/pipeline/sync/batchnorm.py',
1541-
'torch/distributed/pipeline/sync/checkpoint.py',
1542-
'torch/distributed/pipeline/sync/copy.py',
1543-
'torch/distributed/pipeline/sync/dependency.py',
1544-
'torch/distributed/pipeline/sync/microbatch.py',
1545-
'torch/distributed/pipeline/sync/phony.py',
1546-
'torch/distributed/pipeline/sync/pipe.py',
1547-
'torch/distributed/pipeline/sync/pipeline.py',
1548-
'torch/distributed/pipeline/sync/skip/__init__.py',
1549-
'torch/distributed/pipeline/sync/skip/layout.py',
1550-
'torch/distributed/pipeline/sync/skip/namespace.py',
1551-
'torch/distributed/pipeline/sync/skip/portal.py',
1552-
'torch/distributed/pipeline/sync/skip/skippable.py',
1553-
'torch/distributed/pipeline/sync/skip/tracker.py',
1554-
'torch/distributed/pipeline/sync/stream.py',
1555-
'torch/distributed/pipeline/sync/utils.py',
1556-
'torch/distributed/pipeline/sync/worker.py',
15571535
'torch/distributed/remote_device.py',
15581536
'torch/distributed/rendezvous.py',
15591537
'torch/distributed/rpc/__init__.py',
@@ -1847,8 +1825,6 @@ exclude_patterns = [
18471825
'torch/testing/_internal/distributed/nn/__init__.py',
18481826
'torch/testing/_internal/distributed/nn/api/__init__.py',
18491827
'torch/testing/_internal/distributed/nn/api/remote_module_test.py',
1850-
'torch/testing/_internal/distributed/pipe_with_ddp_test.py',
1851-
'torch/testing/_internal/distributed/pipeline/__init__.py',
18521828
'torch/testing/_internal/distributed/rpc/__init__.py',
18531829
'torch/testing/_internal/distributed/rpc/dist_autograd_test.py',
18541830
'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)