From dae66b41c3af7f36a89207160ab08fa2d70cb892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oliver=20k=C3=B6nig?= Date: Fri, 8 May 2026 18:19:40 +0000 Subject: [PATCH 1/2] chore(codeowners): add megatron/inference/ ownership MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: oliver könig --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d9b619f9559..7fa04e75291 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -31,6 +31,8 @@ megatron/core/transformer/moe/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/mixtu megatron/core/inference/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/inference +megatron/inference/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/inference + megatron/core/parallel_state.py @NVIDIA/core-adlr @NVIDIA/core-nemo megatron/core/post_training/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/post-training From 56e3b38214e55050d77cbfb31bfebf2fc4577b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oliver=20k=C3=B6nig?= Date: Fri, 8 May 2026 22:31:59 +0000 Subject: [PATCH 2/2] chore(codeowners): retarget megatron/inference/ to @NVIDIA/inference-interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: oliver könig --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7fa04e75291..a773adc1211 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -31,7 +31,7 @@ megatron/core/transformer/moe/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/mixtu megatron/core/inference/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/inference -megatron/inference/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/inference +megatron/inference/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/inference-interface megatron/core/parallel_state.py @NVIDIA/core-adlr @NVIDIA/core-nemo