Back to list
Aug 01, 2026
5
0
0
Open SourceNEW

AMD Instella-MoE-16B-A3B Review: Fully Open MoE on ROCm

AMD released Instella-MoE-16B-A3B, a fully open MoE trained end-to-end on Instinct GPUs — competitive benchmarks, research-only weight license.

#AMD#Instella-MoE#Open Source#Mixture of Experts#ROCm
AMD Instella-MoE-16B-A3B Review: Fully Open MoE on ROCm
AI Summary

AMD released Instella-MoE-16B-A3B, a fully open MoE trained end-to-end on Instinct GPUs — competitive benchmarks, research-only weight license.

Introduction

AMD published Instella-MoE-16B-A3B via a ROCm blog post dated July 24, 2026, and the release drew broader tech-press coverage on August 1, 2026. The model is a Mixture-of-Experts (MoE) large language model that AMD trained end-to-end, from pretraining through reinforcement learning, entirely on its own Instinct MI300X and MI325X GPUs, using a fully open software stack built on ROCm. That framing is the central point of this release: while Instella-MoE-16B-A3B posts competitive benchmark scores among fully open models, the more consequential story is that AMD executed a complete, large-scale MoE training pipeline on non-CUDA hardware and then published the checkpoints, data mixture, and training configuration alongside it.

That is a deliberate credibility play. Training a competitive frontier-adjacent MoE model has, until now, been almost synonymous with Nvidia's CUDA ecosystem. AMD is using Instella-MoE to argue that ROCm, its open GPU software stack, can carry a full training pipeline at a comparable scale, and it is backing that argument with an unusually complete release rather than a single final checkpoint and a benchmark table.

Feature Overview

Instella-MoE-16B-A3B has 27 decoder layers and a hidden size of 2,048. The model totals 16 billion parameters, with 2.8 billion active per token, routed through 2 shared experts plus 6 of 64 routed experts selected per token. That sparse routing keeps inference cost close to a 3B-class dense model while retaining a much larger total parameter pool for capacity.

Two systems-level innovations sit underneath the architecture. Gated Multi-head Latent Attention (Gated MLA) adds a learned output gate through a dedicated linear projection, letting the model selectively attenuate low-utility attention responses rather than passing every attention output through unmodified. FarSkip-Collective connectivity overlaps communication with computation during expert-parallel training by passing outdated or partial activations into the MoE and attention layers, rather than waiting for fully synchronized activations at every step. AMD reports a 12.7% pretraining speedup and up to 39.2% lower Time-To-First-Token at inference from FarSkip-Collective, figures drawn from AMD's own ROCm blog post.

Training used Multi-Token Prediction (MTP) as the objective during both pretraining and mid-training, a technique that trains the model to predict several future tokens simultaneously rather than one at a time. The pretraining corpus totals 7.1 trillion tokens, combining Nemotron-CC-v2 for general web text, Nemotron-CC-Math-v1, MegaMath, and FineMath for mathematics, and RefineCode plus Nemotron-Pretraining-Code-v1 for code. Long-context capability was added afterward: starting from a 4K base context, AMD extended the model to 64K tokens using YaRN positional encoding combined with document masking, trained on the Longmino 100B corpus.

The full pipeline runs through six stages: pretraining, mid-training, 64K long-context extension, supervised fine-tuning (SFT), direct preference optimization (DPO), and reinforcement learning (RL). Every stage of the software stack is open — ROCm as the GPU compute layer, Primus as the training framework, and Miles as the RL framework. AMD published six separate checkpoints on Hugging Face corresponding to different pipeline stages: Pretrain, Midtrain, Base, SFT, DPO, and Think.

Usability Analysis

For researchers and infrastructure teams, the practical value of this release lies less in downloading weights for deployment and more in studying, and potentially reusing, the training pipeline itself. Publishing all six intermediate checkpoints, rather than a single final model, allows outside researchers to study how capability develops across pretraining, mid-training, and each post-training stage — something that is rare even among other self-described "open" model releases.

On benchmarks, AMD reports the Base checkpoint achieves a 76.7 average across standard benchmarks, which AMD positions as the strongest result among fully open models, ahead of Moonlight-16B-A3B, SmolLM3-3B-Base, OLMo-3-7B, and OLMoE-1B-7B.

ModelAverage Score
Instella-MoE-16B-A3B-Base76.7
Moonlight-16B-A3B76.2
SmolLM3-3B-Base70.5
OLMo-3-7B70.1
OLMoE-1B-7B61.9

The Base checkpoint also reaches 86.5 on WinoGrande and 65.7 on HumanEval+, and on long-context tasks scores a 41.5 average on HELMET and 79.4 on RULER at the full 64K context length. The post-trained Think checkpoint, AMD's reasoning-tuned variant, reports a 73.22 average, which AMD describes as the highest among fully open models, ahead of Olmo3-7B-Think at 71.97, with 83.70 on IFEval, 82.50 on AGIEval, and 73.40 on AIME25.

These figures come from AMD's own ROCm blog post and Hugging Face model cards rather than an independent third-party leaderboard. As with any vendor-reported benchmark set published alongside a same-day release, broad independent replication has not yet had time to accumulate, and readers evaluating the model for research purposes should expect to validate results on their own task set before relying on the headline averages.

Pros and Cons

Pros

  1. A complete training pipeline, pretraining through RL, executed entirely on AMD Instinct GPUs using an open ROCm-based stack (Primus, Miles), a concrete proof point against the CUDA training monopoly.
  2. All six pipeline-stage checkpoints (Pretrain, Midtrain, Base, SFT, DPO, Think) are published, an unusually transparent release compared to most frontier-adjacent MoE launches.
  3. FarSkip-Collective delivers measurable, reported efficiency gains: 12.7% pretraining speedup and up to 39.2% lower Time-To-First-Token at inference.
  4. AMD reports the Base checkpoint leads other fully open models on aggregate benchmark average, with strong long-context scores at the full 64K window.
  5. The training codebase is MIT licensed, giving the broader community a permissively reusable ROCm training asset independent of the model-weight restrictions.

Cons

  1. Model weights ship under a Research RAIL license, restricted to research and academic use; this is not a commercially deployable model out of the box.
  2. AMD's model card states the checkpoints are released "without any safety promises," requiring users to run their own safety evaluation and filtering before any use.
  3. AMD explicitly advises against use cases requiring high factual accuracy, safety-critical applications, or health and medical applications.
  4. Benchmark figures are AMD-reported on internal evaluation setups; independent third-party verification had not broadly accumulated as of this release.

Outlook

Instella-MoE-16B-A3B functions as a demonstration project as much as a shippable model. Its significance for AMD is strategic: it shows that a large, sparse MoE architecture with systems-level innovations like FarSkip-Collective can be trained end-to-end on Instinct hardware without relying on CUDA-based tooling anywhere in the pipeline. That matters for AMD's broader push to position ROCm as a credible alternative training stack, not just an inference-time option.

The Research RAIL license on the weights caps how far that credibility translates into adoption. Companies cannot deploy Instella-MoE-16B-A3B commercially as released, which limits its role to research, academic benchmarking, and internal evaluation of AMD's training stack rather than production use. The MIT-licensed Primus and Miles frameworks are the more durable asset here: any team, regardless of what hardware or license they ultimately train under, can inspect or adapt the training code itself. Whether AMD follows this release with a more permissively licensed commercial variant, or keeps its fully open releases research-scoped while reserving commercial licensing for other channels, will determine how much practical weight this release carries beyond a technical proof point.

Conclusion

Instella-MoE-16B-A3B is best understood as evidence that AMD can run a complete, competitive MoE training pipeline on its own Instinct GPUs with an entirely open ROCm software stack, not as a ready-to-deploy commercial model. The six published checkpoints, MIT-licensed training code, and reported benchmark results make it a genuinely useful resource for researchers studying MoE training dynamics or evaluating ROCm as a training platform. Teams looking for a commercially deployable open-weight LLM should note the Research RAIL restriction before building on it; those working in research or academic settings, or evaluating AMD's training infrastructure directly, are the clearest audience for this release.

Editor's Verdict

AMD Instella-MoE-16B-A3B Review: Fully Open MoE on ROCm earns a solid recommendation within the open source space.

The strongest case for paying attention is full training pipeline executed end-to-end on AMD Instinct GPUs with an entirely open ROCm-based stack (Primus, Miles), which raises the bar for what readers should now expect from peers in this space. Reinforcing that, all six pipeline-stage checkpoints published, offering unusual transparency into how capability develops across training adds practical value rather than just headline appeal. The broader signal worth registering is straightforward: AMD trained Instella-MoE-16B-A3B end-to-end, pretraining through RL, entirely on Instinct MI300X and MI325X GPUs using an open ROCm-based stack, a direct credibility play against the CUDA training monopoly. On the other side of the ledger, model weights ship under a Research RAIL license, restricted to research and academic use, blocking commercial deployment is a real constraint, not a marketing footnote, and it should factor into any serious decision. Layered on top of that, released with no safety promises; users must run their own safety evaluation and filtering narrows the set of teams for whom this is an obvious yes.

For developers building locally, infrastructure engineers, and anyone preferring transparent, modifiable software, this is a serious evaluation candidate, not just a curiosity to bookmark. For everyone else, the safer posture is to monitor coverage and revisit once the use cases that matter to your team are demonstrated in the wild.

Pros

  • Full training pipeline executed end-to-end on AMD Instinct GPUs with an entirely open ROCm-based stack (Primus, Miles)
  • All six pipeline-stage checkpoints published, offering unusual transparency into how capability develops across training
  • FarSkip-Collective reports concrete efficiency gains: 12.7% pretraining speedup and up to 39.2% lower inference TTFT
  • AMD reports leading aggregate benchmark scores among fully open models, with strong 64K long-context results
  • MIT-licensed training codebase gives the community a permissively reusable ROCm training asset

Cons

  • Model weights ship under a Research RAIL license, restricted to research and academic use, blocking commercial deployment
  • Released with no safety promises; users must run their own safety evaluation and filtering
  • Not recommended by AMD for high factual accuracy, safety-critical, or health/medical use cases
  • Benchmark figures are AMD-reported on internal evaluation setups without broad independent verification yet

Comments0

Key Features

1. 16B total / 2.8B active parameters (2 shared + 6-of-64 routed experts), 27 decoder layers, hidden size 2,048 2. Gated MLA (learned attention output gating) and FarSkip-Collective (overlapped comms/compute), reporting 12.7% pretraining speedup and up to 39.2% lower TTFT 3. 7.1T-token pretraining corpus; 64K long-context extension via YaRN + document masking on the Longmino 100B corpus 4. Full open pipeline (pretrain → mid-train → long-context → SFT → DPO → RL) on ROCm, Primus, and Miles; 6 checkpoints published on Hugging Face 5. Weights under Research RAIL (research/academic use only); training codebase MIT licensed

Key Insights

  • AMD trained Instella-MoE-16B-A3B end-to-end, pretraining through RL, entirely on Instinct MI300X and MI325X GPUs using an open ROCm-based stack, a direct credibility play against the CUDA training monopoly.
  • AMD published six separate checkpoints (Pretrain, Midtrain, Base, SFT, DPO, Think), an unusually complete release compared to most fully open model launches that ship only a final checkpoint.
  • FarSkip-Collective connectivity, which overlaps communication with computation by passing partial activations into MoE and attention layers, is reported to deliver a 12.7% pretraining speedup and up to 39.2% lower Time-To-First-Token.
  • AMD reports the Base checkpoint's 76.7 average benchmark score as the strongest among fully open models, ahead of Moonlight-16B-A3B (76.2), SmolLM3-3B-Base (70.5), OLMo-3-7B (70.1), and OLMoE-1B-7B (61.9).
  • The post-trained Think checkpoint reports a 73.22 average, which AMD describes as the highest among fully open models, ahead of Olmo3-7B-Think at 71.97, with strong IFEval (83.70) and AIME25 (73.40) scores.
  • Model weights ship under a Research RAIL license restricted to research and academic use, meaning the model is not commercially deployable as released despite its open-weight framing.
  • The training codebase (Primus, Miles) is MIT licensed, making it a more broadly reusable asset than the model weights themselves.
  • AMD's model card explicitly states the checkpoints carry no safety promises and are unsuited to high-factual-accuracy, safety-critical, or health/medical use cases.

Was this review helpful?

Share

Twitter/X