Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

Neuron_SP

Neuron_SP contient 11 skills collectées depuis dylanyunlon, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
11
Stars
47
mis à jour
2026-06-16
Forks
44
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

build-and-dependency
Développeurs de logiciels

Container-based dev environment setup and dependency management for Megatron-LM. Covers acquiring and launching the CI container, uv package management, and updating uv.lock.

2026-06-16
bump-base-image
Développeurs de logiciels

Bump the NVIDIA PyTorch base image (`nvcr.io/nvidia/pytorch:<YY.MM>-py3`) used by Megatron-LM CI. Covers the two pin sites (GitHub CI in `docker/.ngc_version.dev` and GitLab CI in `.gitlab/stages/01.build.yml`), the post-bump CI loop (re-run functional tests, refresh golden values, mark broken tests), and the gotchas that bit PRs

2026-06-16
create-issue
Développeurs de logiciels

Investigate a failing GitHub Actions run or job and create a GitHub issue for the failure.

2026-06-16
cicd
Développeurs de logiciels

CI/CD reference for Megatron-LM. Covers CI pipeline structure, PR scope labels, triggering internal GitLab CI, and CI failure investigation.

2026-06-16
linting-and-formatting
Développeurs de logiciels

Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.

2026-06-16
onboard-gb200-1node-tests
Développeurs de logiciels

Onboard 1-node GitHub MR functional tests for GB200 from existing mr-scoped 2-node tests.

2026-06-16
run-on-slurm
Développeurs de logiciels

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.

2026-06-16
testing
Analystes en assurance qualité des logiciels et testeurs

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.

2026-06-16
split-pr
Développeurs de logiciels

Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups. Use when the user asks to split a PR, reduce reviewer groups, or break up a large PR.

2026-06-16
respond-to-issue
Développeurs de logiciels

Research and draft a response to a GitHub issue or question from an external contributor. Use when the user shares a GitHub issue URL or asks to respond to a community question.

2026-06-16
build-and-test
Développeurs de logiciels

Developer environment setup, CI/CD workflows, and CI failure debugging for Megatron-LM. Covers container-based development, uv package management, linting, running tests, CI failure investigation, and common pitfalls. Use when onboarding, setting up a dev environment, troubleshooting build issues, or investigating CI failures.

2026-06-16