moe-vlm-training

Provides MoE-VLM training strategy selection and tuning for Megatron Bridge, including FSDP vs 3D-parallel decisions.

2.8k|332|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/NVIDIA/skills --skill moe-vlm-training
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moe-vlm-training
Source: https://github.com/NVIDIA/skills/tree/main/skills/Megatron-Bridge/perf-techniques/moe-vlm-training
Command: npx skills add https://github.com/NVIDIA/skills --skill moe-vlm-training

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Practical, field-tested guidance for training MoE-based VLMs in Megatron Bridge, helping engineers choose between FSDP and 3D-parallel approaches and stabilize multi-GPU workflows across diverse hardware.

Core Features & Use Cases

  • Decision framework for selecting FSDP vs 3D-parallel paths in MoE-VLM training.
  • Hardware and memory guidance tailored to GB200/B200-class clusters with real-data considerations.
  • Real-world usage scenarios spanning Qwen3-VL-style models and related multimodal experiments.

Quick Start

Run the MoE-VLM training guide to select a training path and initialize a Megatron Bridge experiment.

Frequently Asked Questions about moe-vlm-training

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose between FSDP and 3D-parallel for MoE VLM training?

Choosing between FSDP and 3D-parallel for MoE VLM training depends on your cluster hardware and memory constraints. This guide provides a decision framework evaluating throughput and stability trade-offs across diverse GPU configurations to inform your selection.

What is the recommended training strategy for MoE VLMs on GB200 or B200 clusters?

The recommended MoE VLM training strategy for GB200/B200 clusters involves structured tuning paths tailored to real-data hardware constraints. It supplies memory guidance and hyperparameter choices to stabilize multi-GPU workflows on these specific architectures.

How do I stabilize multi-GPU MoE VLM training workflows in Megatron Bridge?

To stabilize multi-GPU MoE VLM training in Megatron Bridge, apply field-tested cautionary notes and best practices. The guide supplies recommended hyperparameters and tooling choices to prevent instability across FSDP and 3D-parallel configurations.

Can I use Megatron Bridge for Qwen3-VL-style multimodal experiments?

Yes, you can use Megatron Bridge for Qwen3-VL-style multimodal experiments. The guide features real-world usage scenarios for these related models, providing concrete workflow guidance and recommended tuning strategies for multimodal training.

What are common limitations when configuring MoE VLM training paths?

Common limitations when configuring MoE VLM training paths include memory bottlenecks and throughput degradation on mismatched hardware. The guidance emphasizes cautionary notes to help engineers anticipate edge cases and avoid instability during multi-GPU experiments.