[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-nvidia-mcore-linting-and-formatting":3,"mdc-yim1et-key":33,"related-repo-nvidia-mcore-linting-and-formatting":544,"related-org-nvidia-mcore-linting-and-formatting":632},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":19,"repoUrl":20,"updatedAt":21,"license":22,"forks":23,"topics":24,"repo":28,"sourceUrl":31,"mdContent":32},"mcore-linting-and-formatting","lint and format Megatron-LM code","Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},"nvidia","NVIDIA","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fnvidia.png",[12,16],{"name":13,"slug":14,"type":15},"Best Practices","best-practices","tag",{"name":17,"slug":18,"type":15},"Code Analysis","code-analysis",17049,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FMegatron-LM","2026-07-14T05:25:56.18433","Apache-2.0",4230,[25,26,27],"large-language-models","model-para","transformers",{"repoUrl":20,"stars":19,"forks":23,"topics":29,"description":30},[25,26,27],"Ongoing research training transformer models at scale","https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FMegatron-LM\u002Ftree\u002FHEAD\u002Fskills\u002Fmcore-linting-and-formatting","---\nname: mcore-linting-and-formatting\ndescription: Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.\nlicense: Apache-2.0\nwhen_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'.\nmetadata:\n  author: Oliver Koenig \u003Cokoenig@nvidia.com>\n---\n\n# Linting and Formatting\n\n---\n\n## Running the Formatter\n\nRun before opening a PR:\n\n```bash\n# Check mode (no changes applied)\nBASE_REF=main CHECK_ONLY=true SKIP_DOCS=false bash tools\u002Fautoformat.sh\n\n# Fix mode\nBASE_REF=main CHECK_ONLY=false bash tools\u002Fautoformat.sh\n```\n\nTools invoked: `black`, `isort`, `pylint`, `ruff`, `mypy`.\n\n---\n\n## Import Ordering\n\nAfter editing imports in any Python files, always run `uv run isort` on those\nfiles before committing:\n\n```bash\nuv run isort \u003Cfile1>.py \u003Cfile2>.py\n```\n\n---\n\n## Setting Up the Linting Group\n\nInside the container:\n\n```bash\nuv sync --locked --only-group linting\n```\n\nThis installs `ruff`, `black`, `isort`, `pylint` — the same tools used by\n`tools\u002Fautoformat.sh` and CI's `linting` job.\n\n---\n\n## Code Style Rules\n\n- **Type hints**: required on all public API functions. Use `X | None`, not `Optional[X]`.\n- **Docstrings**: Google-style on all public classes and functions.\n- **Naming**: follow Python conventions — `snake_case` for functions and variables, `PascalCase` for classes.\n- **Line length**: 119 characters (configured in `pyproject.toml`).\n- **No bare `except`**: always catch specific exception types.\n",{"data":34,"body":38},{"name":4,"description":6,"license":22,"when_to_use":35,"metadata":36},"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'.",{"author":37},"Oliver Koenig \u003Cokoenig@nvidia.com>",{"type":39,"children":40},"root",[41,50,54,61,67,207,249,252,258,271,334,337,343,348,382,428,431,437,538],{"type":42,"tag":43,"props":44,"children":46},"element","h1",{"id":45},"linting-and-formatting",[47],{"type":48,"value":49},"text","Linting and Formatting",{"type":42,"tag":51,"props":52,"children":53},"hr",{},[],{"type":42,"tag":55,"props":56,"children":58},"h2",{"id":57},"running-the-formatter",[59],{"type":48,"value":60},"Running the Formatter",{"type":42,"tag":62,"props":63,"children":64},"p",{},[65],{"type":48,"value":66},"Run before opening a PR:",{"type":42,"tag":68,"props":69,"children":74},"pre",{"className":70,"code":71,"language":72,"meta":73,"style":73},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Check mode (no changes applied)\nBASE_REF=main CHECK_ONLY=true SKIP_DOCS=false bash tools\u002Fautoformat.sh\n\n# Fix mode\nBASE_REF=main CHECK_ONLY=false bash tools\u002Fautoformat.sh\n","bash","",[75],{"type":42,"tag":76,"props":77,"children":78},"code",{"__ignoreMap":73},[79,91,152,162,171],{"type":42,"tag":80,"props":81,"children":84},"span",{"class":82,"line":83},"line",1,[85],{"type":42,"tag":80,"props":86,"children":88},{"style":87},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[89],{"type":48,"value":90},"# Check mode (no changes applied)\n",{"type":42,"tag":80,"props":92,"children":94},{"class":82,"line":93},2,[95,101,107,113,118,122,127,132,136,141,147],{"type":42,"tag":80,"props":96,"children":98},{"style":97},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[99],{"type":48,"value":100},"BASE_REF",{"type":42,"tag":80,"props":102,"children":104},{"style":103},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[105],{"type":48,"value":106},"=",{"type":42,"tag":80,"props":108,"children":110},{"style":109},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[111],{"type":48,"value":112},"main",{"type":42,"tag":80,"props":114,"children":115},{"style":97},[116],{"type":48,"value":117}," CHECK_ONLY",{"type":42,"tag":80,"props":119,"children":120},{"style":103},[121],{"type":48,"value":106},{"type":42,"tag":80,"props":123,"children":124},{"style":109},[125],{"type":48,"value":126},"true",{"type":42,"tag":80,"props":128,"children":129},{"style":97},[130],{"type":48,"value":131}," SKIP_DOCS",{"type":42,"tag":80,"props":133,"children":134},{"style":103},[135],{"type":48,"value":106},{"type":42,"tag":80,"props":137,"children":138},{"style":109},[139],{"type":48,"value":140},"false",{"type":42,"tag":80,"props":142,"children":144},{"style":143},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[145],{"type":48,"value":146}," bash",{"type":42,"tag":80,"props":148,"children":149},{"style":109},[150],{"type":48,"value":151}," tools\u002Fautoformat.sh\n",{"type":42,"tag":80,"props":153,"children":155},{"class":82,"line":154},3,[156],{"type":42,"tag":80,"props":157,"children":159},{"emptyLinePlaceholder":158},true,[160],{"type":48,"value":161},"\n",{"type":42,"tag":80,"props":163,"children":165},{"class":82,"line":164},4,[166],{"type":42,"tag":80,"props":167,"children":168},{"style":87},[169],{"type":48,"value":170},"# Fix mode\n",{"type":42,"tag":80,"props":172,"children":174},{"class":82,"line":173},5,[175,179,183,187,191,195,199,203],{"type":42,"tag":80,"props":176,"children":177},{"style":97},[178],{"type":48,"value":100},{"type":42,"tag":80,"props":180,"children":181},{"style":103},[182],{"type":48,"value":106},{"type":42,"tag":80,"props":184,"children":185},{"style":109},[186],{"type":48,"value":112},{"type":42,"tag":80,"props":188,"children":189},{"style":97},[190],{"type":48,"value":117},{"type":42,"tag":80,"props":192,"children":193},{"style":103},[194],{"type":48,"value":106},{"type":42,"tag":80,"props":196,"children":197},{"style":109},[198],{"type":48,"value":140},{"type":42,"tag":80,"props":200,"children":201},{"style":143},[202],{"type":48,"value":146},{"type":42,"tag":80,"props":204,"children":205},{"style":109},[206],{"type":48,"value":151},{"type":42,"tag":62,"props":208,"children":209},{},[210,212,218,220,226,227,233,234,240,241,247],{"type":48,"value":211},"Tools invoked: ",{"type":42,"tag":76,"props":213,"children":215},{"className":214},[],[216],{"type":48,"value":217},"black",{"type":48,"value":219},", ",{"type":42,"tag":76,"props":221,"children":223},{"className":222},[],[224],{"type":48,"value":225},"isort",{"type":48,"value":219},{"type":42,"tag":76,"props":228,"children":230},{"className":229},[],[231],{"type":48,"value":232},"pylint",{"type":48,"value":219},{"type":42,"tag":76,"props":235,"children":237},{"className":236},[],[238],{"type":48,"value":239},"ruff",{"type":48,"value":219},{"type":42,"tag":76,"props":242,"children":244},{"className":243},[],[245],{"type":48,"value":246},"mypy",{"type":48,"value":248},".",{"type":42,"tag":51,"props":250,"children":251},{},[],{"type":42,"tag":55,"props":253,"children":255},{"id":254},"import-ordering",[256],{"type":48,"value":257},"Import Ordering",{"type":42,"tag":62,"props":259,"children":260},{},[261,263,269],{"type":48,"value":262},"After editing imports in any Python files, always run ",{"type":42,"tag":76,"props":264,"children":266},{"className":265},[],[267],{"type":48,"value":268},"uv run isort",{"type":48,"value":270}," on those\nfiles before committing:",{"type":42,"tag":68,"props":272,"children":274},{"className":70,"code":273,"language":72,"meta":73,"style":73},"uv run isort \u003Cfile1>.py \u003Cfile2>.py\n",[275],{"type":42,"tag":76,"props":276,"children":277},{"__ignoreMap":73},[278],{"type":42,"tag":80,"props":279,"children":280},{"class":82,"line":83},[281,286,291,296,301,306,311,316,320,324,329],{"type":42,"tag":80,"props":282,"children":283},{"style":143},[284],{"type":48,"value":285},"uv",{"type":42,"tag":80,"props":287,"children":288},{"style":109},[289],{"type":48,"value":290}," run",{"type":42,"tag":80,"props":292,"children":293},{"style":109},[294],{"type":48,"value":295}," isort",{"type":42,"tag":80,"props":297,"children":298},{"style":103},[299],{"type":48,"value":300}," \u003C",{"type":42,"tag":80,"props":302,"children":303},{"style":109},[304],{"type":48,"value":305},"file",{"type":42,"tag":80,"props":307,"children":308},{"style":103},[309],{"type":48,"value":310},"1>",{"type":42,"tag":80,"props":312,"children":313},{"style":109},[314],{"type":48,"value":315},".py",{"type":42,"tag":80,"props":317,"children":318},{"style":103},[319],{"type":48,"value":300},{"type":42,"tag":80,"props":321,"children":322},{"style":109},[323],{"type":48,"value":305},{"type":42,"tag":80,"props":325,"children":326},{"style":103},[327],{"type":48,"value":328},"2>",{"type":42,"tag":80,"props":330,"children":331},{"style":109},[332],{"type":48,"value":333},".py\n",{"type":42,"tag":51,"props":335,"children":336},{},[],{"type":42,"tag":55,"props":338,"children":340},{"id":339},"setting-up-the-linting-group",[341],{"type":48,"value":342},"Setting Up the Linting Group",{"type":42,"tag":62,"props":344,"children":345},{},[346],{"type":48,"value":347},"Inside the container:",{"type":42,"tag":68,"props":349,"children":351},{"className":70,"code":350,"language":72,"meta":73,"style":73},"uv sync --locked --only-group linting\n",[352],{"type":42,"tag":76,"props":353,"children":354},{"__ignoreMap":73},[355],{"type":42,"tag":80,"props":356,"children":357},{"class":82,"line":83},[358,362,367,372,377],{"type":42,"tag":80,"props":359,"children":360},{"style":143},[361],{"type":48,"value":285},{"type":42,"tag":80,"props":363,"children":364},{"style":109},[365],{"type":48,"value":366}," sync",{"type":42,"tag":80,"props":368,"children":369},{"style":109},[370],{"type":48,"value":371}," --locked",{"type":42,"tag":80,"props":373,"children":374},{"style":109},[375],{"type":48,"value":376}," --only-group",{"type":42,"tag":80,"props":378,"children":379},{"style":109},[380],{"type":48,"value":381}," linting\n",{"type":42,"tag":62,"props":383,"children":384},{},[385,387,392,393,398,399,404,405,410,412,418,420,426],{"type":48,"value":386},"This installs ",{"type":42,"tag":76,"props":388,"children":390},{"className":389},[],[391],{"type":48,"value":239},{"type":48,"value":219},{"type":42,"tag":76,"props":394,"children":396},{"className":395},[],[397],{"type":48,"value":217},{"type":48,"value":219},{"type":42,"tag":76,"props":400,"children":402},{"className":401},[],[403],{"type":48,"value":225},{"type":48,"value":219},{"type":42,"tag":76,"props":406,"children":408},{"className":407},[],[409],{"type":48,"value":232},{"type":48,"value":411}," — the same tools used by\n",{"type":42,"tag":76,"props":413,"children":415},{"className":414},[],[416],{"type":48,"value":417},"tools\u002Fautoformat.sh",{"type":48,"value":419}," and CI's ",{"type":42,"tag":76,"props":421,"children":423},{"className":422},[],[424],{"type":48,"value":425},"linting",{"type":48,"value":427}," job.",{"type":42,"tag":51,"props":429,"children":430},{},[],{"type":42,"tag":55,"props":432,"children":434},{"id":433},"code-style-rules",[435],{"type":48,"value":436},"Code Style Rules",{"type":42,"tag":438,"props":439,"children":440},"ul",{},[441,468,478,504,522],{"type":42,"tag":442,"props":443,"children":444},"li",{},[445,451,453,459,461,467],{"type":42,"tag":446,"props":447,"children":448},"strong",{},[449],{"type":48,"value":450},"Type hints",{"type":48,"value":452},": required on all public API functions. Use ",{"type":42,"tag":76,"props":454,"children":456},{"className":455},[],[457],{"type":48,"value":458},"X | None",{"type":48,"value":460},", not ",{"type":42,"tag":76,"props":462,"children":464},{"className":463},[],[465],{"type":48,"value":466},"Optional[X]",{"type":48,"value":248},{"type":42,"tag":442,"props":469,"children":470},{},[471,476],{"type":42,"tag":446,"props":472,"children":473},{},[474],{"type":48,"value":475},"Docstrings",{"type":48,"value":477},": Google-style on all public classes and functions.",{"type":42,"tag":442,"props":479,"children":480},{},[481,486,488,494,496,502],{"type":42,"tag":446,"props":482,"children":483},{},[484],{"type":48,"value":485},"Naming",{"type":48,"value":487},": follow Python conventions — ",{"type":42,"tag":76,"props":489,"children":491},{"className":490},[],[492],{"type":48,"value":493},"snake_case",{"type":48,"value":495}," for functions and variables, ",{"type":42,"tag":76,"props":497,"children":499},{"className":498},[],[500],{"type":48,"value":501},"PascalCase",{"type":48,"value":503}," for classes.",{"type":42,"tag":442,"props":505,"children":506},{},[507,512,514,520],{"type":42,"tag":446,"props":508,"children":509},{},[510],{"type":48,"value":511},"Line length",{"type":48,"value":513},": 119 characters (configured in ",{"type":42,"tag":76,"props":515,"children":517},{"className":516},[],[518],{"type":48,"value":519},"pyproject.toml",{"type":48,"value":521},").",{"type":42,"tag":442,"props":523,"children":524},{},[525,536],{"type":42,"tag":446,"props":526,"children":527},{},[528,530],{"type":48,"value":529},"No bare ",{"type":42,"tag":76,"props":531,"children":533},{"className":532},[],[534],{"type":48,"value":535},"except",{"type":48,"value":537},": always catch specific exception types.",{"type":42,"tag":539,"props":540,"children":541},"style",{},[542],{"type":48,"value":543},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":545,"total":631},[546,562,573,585,599,604,618],{"slug":547,"name":547,"fn":548,"description":549,"org":550,"tags":551,"stars":19,"repoUrl":20,"updatedAt":561},"mcore-build-and-dependency","manage Megatron-LM development environments","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[552,555,558],{"name":553,"slug":554,"type":15},"Containers","containers",{"name":556,"slug":557,"type":15},"Deployment","deployment",{"name":559,"slug":560,"type":15},"Python","python","2026-07-27T06:06:11.249662",{"slug":563,"name":563,"fn":564,"description":565,"org":566,"tags":567,"stars":19,"repoUrl":20,"updatedAt":572},"mcore-bump-base-image","update NVIDIA PyTorch base images","Bump the NVIDIA PyTorch base image (`nvcr.io\u002Fnvidia\u002Fpytorch:YY.MM-py3`) used by Megatron-LM CI. Covers the two pin sites (GitHub CI in `docker\u002F.ngc_version.dev` and GitLab CI in `.gitlab\u002Fstages\u002F01.build.yml`), the post-bump CI loop (re-run functional tests, refresh golden values, mark broken tests), and the gotchas that bit PRs",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[568,571],{"name":569,"slug":570,"type":15},"CI\u002FCD","ci-cd",{"name":556,"slug":557,"type":15},"2026-07-14T05:25:59.97109",{"slug":574,"name":574,"fn":575,"description":576,"org":577,"tags":578,"stars":19,"repoUrl":20,"updatedAt":584},"mcore-cicd","manage CI\u002FCD pipelines for Megatron-LM","CI\u002FCD 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\u002FBRANCH ref — always dry-run and verify the destination first; never run against shared or protected branches), and CI failure investigation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[579,580,581],{"name":569,"slug":570,"type":15},{"name":556,"slug":557,"type":15},{"name":582,"slug":583,"type":15},"GitHub","github","2026-07-27T06:06:12.278222",{"slug":586,"name":586,"fn":587,"description":588,"org":589,"tags":590,"stars":19,"repoUrl":20,"updatedAt":598},"mcore-create-issue","investigate CI failures and create issues","Investigate a failing GitHub Actions run or job and create a GitHub issue for the failure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[591,594,595],{"name":592,"slug":593,"type":15},"Debugging","debugging",{"name":582,"slug":583,"type":15},{"name":596,"slug":597,"type":15},"Triage","triage","2026-07-14T05:25:57.442089",{"slug":4,"name":4,"fn":5,"description":6,"org":600,"tags":601,"stars":19,"repoUrl":20,"updatedAt":21},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[602,603],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"slug":605,"name":605,"fn":606,"description":607,"org":608,"tags":609,"stars":19,"repoUrl":20,"updatedAt":617},"mcore-migrate-gpt-to-hybrid","migrate Megatron-LM models to HybridModel","Migration guide for moving Megatron Core GPTModel checkpoints, model providers, training commands, and layer mappings to HybridModel.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[610,613,616],{"name":611,"slug":612,"type":15},"Machine Learning","machine-learning",{"name":614,"slug":615,"type":15},"Migration","migration",{"name":9,"slug":8,"type":15},"2026-07-17T06:07:11.777011",{"slug":619,"name":619,"fn":620,"description":621,"org":622,"tags":623,"stars":19,"repoUrl":20,"updatedAt":630},"mcore-onboard-gb200-1node-tests","onboard functional tests for GB200","Onboard 1-node GitHub MR functional tests for GB200 from existing mr-scoped 2-node tests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[624,627],{"name":625,"slug":626,"type":15},"QA","qa",{"name":628,"slug":629,"type":15},"Testing","testing","2026-07-14T05:25:53.673039",13,{"items":633,"total":736},[634,652,658,663,669,675,680,686,691,702,716,725],{"slug":635,"name":635,"fn":636,"description":637,"org":638,"tags":639,"stars":649,"repoUrl":650,"updatedAt":651},"nemoclaw-user-guide","retrieve NemoClaw documentation and configuration","Guides human users' AI agents to the NemoClaw docs MCP server and canonical Fern documentation in Markdown form. Use when users ask how to install, configure, operate, troubleshoot, secure, or learn NemoClaw with an AI coding assistant. Trigger keywords - nemoclaw docs, use nemoclaw with ai agent, nemoclaw mcp docs, nemoclaw install help, nemoclaw quickstart, nemoclaw markdown docs, llms.txt, agent skills.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[640,643,646],{"name":641,"slug":642,"type":15},"Documentation","documentation",{"name":644,"slug":645,"type":15},"MCP","mcp",{"name":647,"slug":648,"type":15},"Search","search",21777,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FNemoClaw","2026-07-20T06:00:01.461044",{"slug":547,"name":547,"fn":548,"description":549,"org":653,"tags":654,"stars":19,"repoUrl":20,"updatedAt":561},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[655,656,657],{"name":553,"slug":554,"type":15},{"name":556,"slug":557,"type":15},{"name":559,"slug":560,"type":15},{"slug":563,"name":563,"fn":564,"description":565,"org":659,"tags":660,"stars":19,"repoUrl":20,"updatedAt":572},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[661,662],{"name":569,"slug":570,"type":15},{"name":556,"slug":557,"type":15},{"slug":574,"name":574,"fn":575,"description":576,"org":664,"tags":665,"stars":19,"repoUrl":20,"updatedAt":584},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[666,667,668],{"name":569,"slug":570,"type":15},{"name":556,"slug":557,"type":15},{"name":582,"slug":583,"type":15},{"slug":586,"name":586,"fn":587,"description":588,"org":670,"tags":671,"stars":19,"repoUrl":20,"updatedAt":598},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[672,673,674],{"name":592,"slug":593,"type":15},{"name":582,"slug":583,"type":15},{"name":596,"slug":597,"type":15},{"slug":4,"name":4,"fn":5,"description":6,"org":676,"tags":677,"stars":19,"repoUrl":20,"updatedAt":21},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[678,679],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"slug":605,"name":605,"fn":606,"description":607,"org":681,"tags":682,"stars":19,"repoUrl":20,"updatedAt":617},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[683,684,685],{"name":611,"slug":612,"type":15},{"name":614,"slug":615,"type":15},{"name":9,"slug":8,"type":15},{"slug":619,"name":619,"fn":620,"description":621,"org":687,"tags":688,"stars":19,"repoUrl":20,"updatedAt":630},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[689,690],{"name":625,"slug":626,"type":15},{"name":628,"slug":629,"type":15},{"slug":692,"name":692,"fn":693,"description":694,"org":695,"tags":696,"stars":19,"repoUrl":20,"updatedAt":701},"mcore-run-on-slurm","launch distributed training jobs 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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[697,698],{"name":556,"slug":557,"type":15},{"name":699,"slug":700,"type":15},"Infrastructure","infrastructure","2026-07-14T05:25:49.362534",{"slug":703,"name":703,"fn":704,"description":705,"org":706,"tags":707,"stars":19,"repoUrl":20,"updatedAt":715},"mcore-split-pr","split pull requests to reduce review load","Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[708,711,712],{"name":709,"slug":710,"type":15},"Code Review","code-review",{"name":582,"slug":583,"type":15},{"name":713,"slug":714,"type":15},"Pull Requests","pull-requests","2026-07-14T05:26:01.226578",{"slug":717,"name":717,"fn":718,"description":719,"org":720,"tags":721,"stars":19,"repoUrl":20,"updatedAt":724},"mcore-testing","run and manage Megatron-LM tests","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[722,723],{"name":625,"slug":626,"type":15},{"name":628,"slug":629,"type":15},"2026-07-14T05:25:54.928983",{"slug":726,"name":726,"fn":727,"description":728,"org":729,"tags":730,"stars":19,"repoUrl":20,"updatedAt":735},"nightly-sync","manage nightly main-to-dev sync workflows","Domain knowledge for the nightly main-to-dev sync workflow. Covers merge strategy, CI architecture, failure investigation, and known issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[731,734],{"name":732,"slug":733,"type":15},"Automation","automation",{"name":569,"slug":570,"type":15},"2026-07-30T05:29:03.275638",496]