mcore▌
5 indexed skills · max 10 per page
mcore-split-pr
nvidia/skills · mcore
Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.
mcore-testing
nvidia/skills · mcore
Test system for Megatron-LM. Covers test layout, recipe YAML structure, adding and running unit and functional tests, golden values, marker filters, and CI parity.
mcore-create-issue
nvidia/skills · mcore
Investigate a failing GitHub Actions run or job and create a GitHub issue for the failure.
mcore-linting-and-formatting
nvidia/skills · mcore
Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.
mcore-run-on-slurm
nvidia/skills · mcore
How to launch distributed Megatron-LM training jobs on a SLURM cluster. Covers a minimal sbatch skeleton, environment-variable setup for torch.distributed.run, CUDA_DEVICE_MAX_CONNECTIONS rules across hardware and parallelism modes, container conventions, monitoring, and per-rank failure diagnosis.