Introducing Instella-MoE: A State-of-the-Art Fully Open Mixture-of-Experts Language Model
Summary
AMD introduced Instella-MoE on July 24, 2026, a fully open Mixture-of-Experts (MoE) language model featuring 16 billion total parameters and 2.8 billion active parameters. Trained from scratch on AMD Instinct™ MI300X and MI325X GPUs using the AMD ROCm™ software stack, Instella-MoE integrates Gated Multi-head Latent Attention (Gated MLA) and FarSkip-Collective connectivity. This model demonstrates competitive performance across benchmarks, outperforming many open models with comparable or larger active parameter counts. Its multi-stage training pipeline includes pre-training, mid-training, long-context extension to 64K tokens, supervised fine-tuning, direct preference optimization, and reinforcement learning. FarSkip-Collective notably accelerated pre-training by 12.7% and reduced inference Time to First Token by up to 39.2%. AMD has released all model weights, training configurations, data mixtures, and code under a Research RAIL license.
Key takeaway
For Machine Learning Engineers developing open-source LLMs, Instella-MoE offers a robust blueprint for efficient MoE model training and deployment on AMD hardware. You should consider integrating architectural innovations like Gated MLA and FarSkip-Collective to optimize training speed and inference latency. Explore its multi-stage pipeline, especially DPO and RL techniques, to refine your models' instruction following and reasoning. Utilize the full open-source release for reproducibility and further development.
Key insights
AMD's Instella-MoE demonstrates efficient, high-performance open MoE LLM training and inference on AMD hardware.
Principles
- Sparse MoE designs balance performance and compute.
- Architectural innovations enhance training and inference efficiency.
- Multi-stage training pipelines progressively refine model capabilities.
Method
Instella-MoE uses a multi-stage pipeline: pre-training, mid-training, long-context extension, SFT (with feedback-driven curation), DPO (disabling router bias/load-balancing), and RL (with MOPD).
In practice
- Utilize Gated MLA for selective attention responses.
- Implement FarSkip-Collective for communication-computation overlap.
- Disable DPO router bias for MoE training stability.
Topics
- Instella-MoE
- Mixture-of-Experts
- AMD ROCm Ecosystem
- LLM Architectural Innovations
- Multi-stage LLM Training
- Open-Source LLMs
Code references
Best for: AI Architect, AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by AMD ROCm Blogs.