From b51b7e28ee1c65789c1bad5fa64d3ac35e46b32b Mon Sep 17 00:00:00 2001 From: Will Constable Date: Wed, 6 Nov 2024 15:26:11 -0800 Subject: [PATCH] Add DCP doc to DCP merge-rules (#139938) Pull Request resolved: https://github.com/pytorch/pytorch/pull/139938 Approved by: https://github.com/LucasLLC, https://github.com/c-p-i-o, https://github.com/fduwjj --- .github/merge_rules.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/merge_rules.yaml b/.github/merge_rules.yaml index b8cacb77734..883e5f65de6 100644 --- a/.github/merge_rules.yaml +++ b/.github/merge_rules.yaml @@ -329,6 +329,7 @@ - name: DCP patterns: + - docs/source/distributed.checkpoint.rst - torch/distributed/checkpoint/** approved_by: - LucasLLC