What problem does it solve? Training LLMs from 2B to 462B parameters requires coordinating complex parallelism strategies across hundreds of GPUs, and misconfiguration leads to out-of-memory errors, low GPU utilization, or diverging loss. This Skill provides production-tested configurations, parallelism decision guides, and troubleshooting workflows for NVIDIA Megatron-Core. ## Core Features & Use Cases - Parallelism Configuration: Step-by-step guidance for combining tensor, pipeline, context, sequence, and expert parallelism based on model size and GPU topology. - Performance Optimization: Instructions for reaching up to 47% MFU on H100 using Flash Attention, FP8 precision, and tuned micro-batch sizes. - Production Recipes: Complete hyperparameter configurations for LLaMA 3 (8B-405B), Mixtral MoE, GPT-3, and DeepSeek-V3, plus real deployment examples from Meta, NVIDIA, and BigScience. - Use Case: You need to pretrain a 70B LLaMA-style model on 64 H100 GPUs. The Skill provides the exact TP=4/PP=4 configuration, launch script, memory estimates, and monitoring metrics to run it. ## Quick Start Ask the AI to generate a Megatron-Core training configuration for a 70B LLaMA model on 64 H100 GPUs with tensor and pipeline parallelism.