Skip to content

Commit 2553278

Browse files
d4l3kpytorchmergebot
authored andcommitted
.github/merge_rules.yaml: added multiprocessing to Distributed (#134262)
This allows the Distributed team to approve changes to torch.multiprocessing which is used by torchelastic/run. Example PR: #133707 Pull Request resolved: #134262 Approved by: https://github.com/wconstab, https://github.com/PaliC
1 parent 6eae569 commit 2553278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/merge_rules.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,11 @@
282282
- torch/_C/_distributed*
283283
- torch/csrc/distributed/**
284284
- torch/testing/_internal/distributed/**
285+
- torch/multiprocessing/**
285286
- test/distributed/**
286287
- test/cpp/dist_autograd/**
287288
- test/cpp/rpc/**
289+
- test/*multiprocessing*
288290
approved_by:
289291
- wconstab
290292
- mrshenli

0 commit comments

Comments
 (0)