Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
MarkTechPost · 2026/8/1 19:01:42

AMD Releases Instella-MoE-16B-A3B: A Fully Open Mixture-of-Experts LLM With 2.8B Active Parameters Trained On Instinct GPUs

AI 中文解读
AMD发布了一款名为Instella-MoE-16B-A3B的开源大模型,最吸引人的地方在于它“花小钱办大事”——虽然有160亿个参数,但处理每个词只激活其中的28亿,算力需求大幅降低,而且训练权重和代码全部公开。用大白话说,这就像一个16人的团队,每次干活时只派3个人上场,既保证水平又省人力。AMD还透露,他们在训练中用了两项独家技术,让沟通效率提升,最高能把首次响应时间缩短近四成。不过要注意,这个模型目前只允许学术和研究使用,商业项目还碰不了。对普通人来说,短期内可能感受不到直接变化,但它为高校和科研机构提供了完整“配方”,能加速AI推理优化、长文本处理等方向的研究。未来这些技术沉淀下来,可能会让手机上的AI助手更快、更省电,或者让企业用更低的成本部署智能客服,普通人最终会用到更便宜、更流畅的AI服务。
AMD released Instella-MoE-16B-A3B, a fully open Mixture-of-Experts language model trained from scratch on Instinct MI300X and MI325X GPUs. The model holds 16B total parameters but activates only 2.8B per token. AMD is publishing weights from every training stage, along with data mixtures, training configs, and inference code. Two systems-level choices carry the release: Gated Multi-head Latent Attention and FarSkip-Collective connectivity. Is it deployable? Partly. The weights ship under a ResearchRAIL license for academic and research purposes only, so this is not a drop-in commercial model. The training codebase is MIT licensed, and that is the more reusable asset here. Company level: AI research labs, university groups, and enterprise R&D teams with data-center GPU capacity. Not a fit for lean startups wanting a hosted commercial endpoint. Industries: semiconductor and cloud infrastructure, AI tooling vendors, and academic research. Applications: reproducing an end-to-end MoE recipe, studying expert-parallel serving, evaluating 64K long-context behavior, and running RL post-training experiments. Serving cost: 16B parameters in BF16 need roughly 32 GB of weight memory, so one high-memory accelerator suffices. AMD ships SGLang inference code. https://rocm.blogs.amd.com/artificial-intelligence/instella-moe/README.html Architecture Instella-MoE is a decoder-only MoE with 27 layers, hidden size 2048, 16 attention heads, and a 128,896-token vocabulary. Each MoE layer uses 2 shared experts plus 6 routed experts selected from 64. That yields 2.8B active parameters against 16B total. A Multi-Token Prediction objective is used during pre-training and mid-training. There are two structural choices that are important to know. Gated MLA adds a lightweight learned output gate to Multi-head Latent Attention. A dedicated linear projection derives an input-conditioned gate, applied multiplicatively before the output projection. FarSkip-Collective passes outdated and partial activations into the MoE and attention layers, overlapping expert-parallel communication with computation. AMD reports a 12.7% pre-training speedup and up to a 39.2% reduction in time to first token when serving with expert parallelism. Training pipeline Pre-training covers 7.1T tokens from open corpora including Nemotron-CC-v2, MegaMath, FineMath, RefineCode, and TxT360. Mid-training uses Dolma3 Dolmino 100B across three data variants, merged by weight averaging. A long-context stage extends the window from 4K to 64K using YaRN, an increased RoPE theta, and document masking. Post-training runs SFT on Dolci-Think-SFT-7B plus Nemotron mixtures, ending on a feedback-driven 512K-example set targeting measured weaknesses. DPO follows, with router bias updates and the auxiliary load-balancing loss disabled to prevent degradation. RL runs in the Miles framework: 1,400 steps of instruction-following RLVR, then Multi-Teacher On-Policy Distillation to fold that gain back without losing math or code. Results The base checkpoint averages 76.7, 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). It trails Qwen3.5-4B-Base (79.5). It leads on WinoGrande (86.5) and scores 65.7 on HumanEval+. Long-context averages are 41.5 on HELMET and 79.4 on RULER. Post-training climbs from SFT (71.58) to DPO (72.67) to Think (73.22), above Olmo3-7B-Think (71.97), Gemma-4-E4B think (70.47), and Qwen3.5-4B (69.73). IFEval rises from 77.08 to 83.70. Interactive explainer (function(){window.addEventListener("message",function(e){ var d=e.data;if(!d||d.mtpFrame!=="instella-moe")return; var f=document.getElementById("mtp-instella-frame"); if(f&&d.height)f.style.height=d.height+"px";});})(); Key Takeaways 16B total parameters, 2.8B active per token: 2 shared plus 6 of 64 routed experts. Gated MLA and FarSkip-Collective give a 12.7% training spe
分享
阅读原文