Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions skills/mcore-create-issue/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ user_invocable: true
argument: "GitHub Actions run or job URL"
metadata:
author: Oliver Koenig <okoenig@nvidia.com>
version: "1.0.1"
---

# Triage CI Failure into a GitHub Issue
Expand Down
1 change: 1 addition & 0 deletions skills/mcore-linting-and-formatting/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ license: Apache-2.0
when_to_use: Running linting or autoformat; fixing style violations before a PR; 'pre-commit fails', 'ruff error', 'isort', 'mypy', 'style violation', 'how do I format', 'autoformat.sh'.
metadata:
author: Oliver Koenig <okoenig@nvidia.com>
version: "1.0.1"
---

# Linting and Formatting
Expand Down
1 change: 1 addition & 0 deletions skills/mcore-run-on-slurm/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ license: Apache-2.0
when_to_use: Submitting a SLURM job; writing or debugging an sbatch script; configuring multi-node distributed training; setting MASTER_ADDR / MASTER_PORT / WORLD_SIZE; diagnosing a SLURM job failure; 'how do I run on the cluster', 'sbatch', 'multi-node training'.
metadata:
author: Oliver Koenig <okoenig@nvidia.com>
version: "1.0.1"
---

# Run Megatron-LM on SLURM
Expand Down
1 change: 1 addition & 0 deletions skills/mcore-split-pr/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ user_invocable: true
argument: "PR URL or number"
metadata:
author: Philip Petrakian <ppetrakian@nvidia.com>
version: "1.0.1"
---

# Split PR by CODEOWNERS Groups
Expand Down
1 change: 1 addition & 0 deletions skills/mcore-testing/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ license: Apache-2.0
when_to_use: Adding or running a unit or functional test; understanding the test layout; writing a recipe YAML; downloading or updating golden values; reproducing a test failure locally; 'how do I add a test', 'run unit tests', 'pytest fails', 'test layout', 'golden values', 'recipe YAML', 'marker filter'.
metadata:
author: Oliver Koenig <okoenig@nvidia.com>
version: "1.0.1"
---

# Testing Guide
Expand Down
Loading