OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add nvidia/skills --skill nemo-mbridge-perf-megatron-fsdp
Operational guide for enabling Megatron FSDP in Megatron-Bridge, including config knobs, code anchors, pitfalls, and verification.
npx skills add nvidia/skills --skill nemo-mbridge-perf-megatron-fsdp
For stable background and recommendation level, see:
Minimal Megatron FSDP override in Bridge:
Example recipe fixup:
Performance harness note:
Bridge config definition:
Bridge validation:
Runtime wrapper selection:
Perf harness overrides:
use_megatron_fsdp but still default to ckpt_format="torch_dist". If save/load is enabled, switch to fsdp_dtensor.use_torch_fsdp2 exists, but on the validated branch Bridge still fails before training because _ddp_wrap passes pg_collection.pipeline_model_parallel_size == 1 and activation recomputation is disabled.CUDA_DEVICE_MAX_CONNECTIONS settings on Hopper and earlier.Use the existing 2-GPU functional smoke test:
Success criteria:
1 passed