From 228779e469e858eaa9c2d05c5c9e1d0f6ca13cf1 Mon Sep 17 00:00:00 2001 From: Philip Petrakian Date: Fri, 29 May 2026 21:09:03 +0000 Subject: [PATCH 1/2] chore: publish Megatron-Core mcore skills Replace the bulk Megatron-Core component entry (single `path: skills/` + `catalog_dir: Megatron-Core`) with the flat, one-entry-per-skill pattern used by components.d/nemo-mbridge.yml and nemo-automodel.yml. Registers the 9 signed mcore skills from NVIDIA/Megatron-LM#5066 for the automated catalog sync: - mcore-build-and-dependency - mcore-bump-base-image - mcore-cicd - mcore-create-issue - mcore-linting-and-formatting - mcore-onboard-gb200-1node-tests - mcore-run-on-slurm - mcore-split-pr - mcore-testing Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: Philip Petrakian --- components.d/megatron-core.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/components.d/megatron-core.yml b/components.d/megatron-core.yml index 2168873b..a1988b33 100644 --- a/components.d/megatron-core.yml +++ b/components.d/megatron-core.yml @@ -2,7 +2,23 @@ name: Megatron-Core repo: NVIDIA/Megatron-LM description: Large-scale distributed training — model parallelism, pipeline parallelism, and mixed precision. skills: - - path: skills/ - catalog_dir: Megatron-Core + - path: skills/mcore-build-and-dependency/ + catalog_dir: mcore-build-and-dependency + - path: skills/mcore-bump-base-image/ + catalog_dir: mcore-bump-base-image + - path: skills/mcore-cicd/ + catalog_dir: mcore-cicd + - path: skills/mcore-create-issue/ + catalog_dir: mcore-create-issue + - path: skills/mcore-linting-and-formatting/ + catalog_dir: mcore-linting-and-formatting + - path: skills/mcore-onboard-gb200-1node-tests/ + catalog_dir: mcore-onboard-gb200-1node-tests + - path: skills/mcore-run-on-slurm/ + catalog_dir: mcore-run-on-slurm + - path: skills/mcore-split-pr/ + catalog_dir: mcore-split-pr + - path: skills/mcore-testing/ + catalog_dir: mcore-testing links: security: false From 8246aba72cc76a30d1a2fe854e74b1fec455c7f7 Mon Sep 17 00:00:00 2001 From: Philip Petrakian Date: Fri, 29 May 2026 21:43:50 +0000 Subject: [PATCH 2/2] chore: drop 4 mcore skills from Megatron-Core entry Remove mcore-build-and-dependency, mcore-bump-base-image, mcore-cicd, and mcore-onboard-gb200-1node-tests, leaving 5 registered skills. Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: Philip Petrakian --- components.d/megatron-core.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/components.d/megatron-core.yml b/components.d/megatron-core.yml index a1988b33..52c3099e 100644 --- a/components.d/megatron-core.yml +++ b/components.d/megatron-core.yml @@ -2,18 +2,10 @@ name: Megatron-Core repo: NVIDIA/Megatron-LM description: Large-scale distributed training — model parallelism, pipeline parallelism, and mixed precision. skills: - - path: skills/mcore-build-and-dependency/ - catalog_dir: mcore-build-and-dependency - - path: skills/mcore-bump-base-image/ - catalog_dir: mcore-bump-base-image - - path: skills/mcore-cicd/ - catalog_dir: mcore-cicd - path: skills/mcore-create-issue/ catalog_dir: mcore-create-issue - path: skills/mcore-linting-and-formatting/ catalog_dir: mcore-linting-and-formatting - - path: skills/mcore-onboard-gb200-1node-tests/ - catalog_dir: mcore-onboard-gb200-1node-tests - path: skills/mcore-run-on-slurm/ catalog_dir: mcore-run-on-slurm - path: skills/mcore-split-pr/