Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

Megatron-LM

يحتوي Megatron-LM على 12 من skills المجمعة من NVIDIA، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
12
Stars
17.0k
محدث
2026-07-02
Forks
4.2k
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

mcore-split-pr
مطوّرو البرمجيات

Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.

2026-07-02
mcore-build-and-dependency
مطوّرو البرمجيات

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-07-01
mcore-bump-base-image
مطوّرو البرمجيات

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-07-01
mcore-cicd
مطوّرو البرمجيات

CI/CD reference for Megatron-LM. Covers CI pipeline structure, PR scope labels, triggering internal GitLab CI (which force-pushes the current branch to a pull-request/BRANCH ref — always dry-run and verify the destination first; never run against shared or protected branches), and CI failure investigation.

2026-07-01
mcore-create-issue
مطوّرو البرمجيات

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

2026-07-01
mcore-linting-and-formatting
مطوّرو البرمجيات

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

2026-07-01
mcore-onboard-gb200-1node-tests
مطوّرو البرمجيات

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

2026-07-01
mcore-run-on-slurm
مديرو الشبكات وأنظمة الحاسوب

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-07-01
mcore-testing
محللو ضمان جودة البرمجيات والمختبرون

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-07-01
nightly-sync
مطوّرو البرمجيات

Domain knowledge for the nightly main-to-dev sync workflow. Covers merge strategy, CI architecture, failure investigation, and known issues.

2026-05-27
update-golden-values
مطوّرو البرمجيات

Refresh golden values from a GitHub Actions workflow run (failing-only or all jobs), score the change with average normalized relative differences, and produce a PR-ready summary. Use when the user asks to update goldens for a CI run, refresh golden values from a workflow ID, or generate a golden-value diff summary for a PR description.

2026-05-11
respond-to-issue
مطوّرو البرمجيات

Research and draft a response to a GitHub issue or question from an external contributor.

2026-05-02