NVIDIA/Megatron-Bridge/perf-activation-recompute
Validate and use selective and full activation recompute in Megatron Bridge to reduce GPU memory usage at the cost of extra compute.
Installation
Install this skill (Claude Code)
# Clone and copy the skill into your project
git clone https://github.com/NVIDIA/skills.git
mkdir -p .claude/skills
cp -r skills/skills/Megatron-Bridge/perf-activation-recompute .claude/skills/
# Or for personal use: ~/.claude/skills/Related in Megatron-Bridge
NVIDIA/Megatron-Bridge/adding-model-support
Guide for adding support for new LLM or VLM models in Megatron-Bridge.
NVIDIA/Megatron-Bridge/build-and-dependency
Dev environment setup for Megatron Bridge — container-based development, uv package management, lockfile regeneration, adding dependencies, Slurm container usage, and common build...
NVIDIA/Megatron-Bridge/bump-dependency
Bump a pinned dependency (TransformerEngine, Megatron-LM, NRX, etc.), regenerate the lockfile, open a PR, and drive it to green by attaching a watchdog to the "CICD NeMo" workflow...
NVIDIA/Megatron-Bridge/cicd
CI/CD reference for Megatron Bridge — pipeline structure, commit and PR workflow, CI failure investigation, and common failure patterns.
NVIDIA/Megatron-Bridge/linting-and-formatting
Code style and quality rules for Megatron Bridge — ruff configuration, naming conventions, type hints, mypy rules, docstrings, copyright headers, logging, and the code review check...
NVIDIA/Megatron-Bridge/mlm-bridge-training
Run Megatron-LM (MLM) and Megatron Bridge training with mock or real data.