Skip to content

Commit 031b3cc

Browse files
kwen2501bigfootjon
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 (cherry picked from commit b9c058c)
1 parent 35b050a commit 031b3cc

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
@@ -1544,28 +1544,6 @@ exclude_patterns = [
15441544
'torch/distributed/optim/post_localSGD_optimizer.py',
15451545
'torch/distributed/optim/utils.py',
15461546
'torch/distributed/optim/zero_redundancy_optimizer.py',
1547-
'torch/distributed/pipeline/__init__.py',
1548-
'torch/distributed/pipeline/sync/__init__.py',
1549-
'torch/distributed/pipeline/sync/_balance/__init__.py',
1550-
'torch/distributed/pipeline/sync/_balance/blockpartition.py',
1551-
'torch/distributed/pipeline/sync/_balance/profile.py',
1552-
'torch/distributed/pipeline/sync/batchnorm.py',
1553-
'torch/distributed/pipeline/sync/checkpoint.py',
1554-
'torch/distributed/pipeline/sync/copy.py',
1555-
'torch/distributed/pipeline/sync/dependency.py',
1556-
'torch/distributed/pipeline/sync/microbatch.py',
1557-
'torch/distributed/pipeline/sync/phony.py',
1558-
'torch/distributed/pipeline/sync/pipe.py',
1559-
'torch/distributed/pipeline/sync/pipeline.py',
1560-
'torch/distributed/pipeline/sync/skip/__init__.py',
1561-
'torch/distributed/pipeline/sync/skip/layout.py',
1562-
'torch/distributed/pipeline/sync/skip/namespace.py',
1563-
'torch/distributed/pipeline/sync/skip/portal.py',
1564-
'torch/distributed/pipeline/sync/skip/skippable.py',
1565-
'torch/distributed/pipeline/sync/skip/tracker.py',
1566-
'torch/distributed/pipeline/sync/stream.py',
1567-
'torch/distributed/pipeline/sync/utils.py',
1568-
'torch/distributed/pipeline/sync/worker.py',
15691547
'torch/distributed/remote_device.py',
15701548
'torch/distributed/rendezvous.py',
15711549
'torch/distributed/rpc/__init__.py',
@@ -1871,8 +1849,6 @@ exclude_patterns = [
18711849
'torch/testing/_internal/distributed/nn/__init__.py',
18721850
'torch/testing/_internal/distributed/nn/api/__init__.py',
18731851
'torch/testing/_internal/distributed/nn/api/remote_module_test.py',
1874-
'torch/testing/_internal/distributed/pipe_with_ddp_test.py',
1875-
'torch/testing/_internal/distributed/pipeline/__init__.py',
18761852
'torch/testing/_internal/distributed/rpc/__init__.py',
18771853
'torch/testing/_internal/distributed/rpc/dist_autograd_test.py',
18781854
'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)