PulseAugur
实时 23:54:24

Tencent and VIDRAFT showcase sparse MoE models with reduced active parameters

Tencent has released Hy3, a 295-billion-parameter Mixture-of-Experts (MoE) model that utilizes only 21 billion active parameters per forward pass, significantly reducing inference costs. This MoE architecture, featuring 80 layers with 192 routed experts per layer, allows for selective computation, making its operational cost comparable to a 21B dense model. Additionally, Hy3 incorporates a Multi-Token Prediction layer that speeds up token generation and is compatible with existing serving frameworks like vLLM and SGLang, while also offering different reasoning modes and tool-calling capabilities. In parallel, VIDRAFT has demonstrated Ourbox-35B-JGOS, a 34.7B parameter MoE model that can run on a CPU due to its sparse nature, where only approximately 3 billion parameters are active per token. This efficiency is attributed to memory bandwidth optimization, streaming only active experts rather than all weights, which drastically reduces memory traffic compared to dense models. Ourbox-35B-JGOS achieves a competitive score of 86.4% on GPQA Diamond and its performance can be reproduced using public GGUF weights and demos. AI

影响 稀疏MoE架构能够实现更高效的模型部署,可能降低硬件要求并提高先进AI功能的可访问性。

排序理由 该集群描述了新的模型架构及其性能特征,属于研究类别。

在 dev.to — LLM tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 2 个来源。 我们如何撰写摘要 →

Tencent and VIDRAFT showcase sparse MoE models with reduced active parameters

本文如何被排名

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
该集群描述了新的模型架构及其性能特征,属于研究类别。
Source corroboration
2 independent sources
Multiple independent publishers reporting the same story raises confidence that it's real and newsworthy.
Topics
model release, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
46 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

完整方法见我们的编辑标准

报道来源 [2]

  1. dev.to — LLM tag TIER_1 English(EN) · Prabhakar Chaudhary ·

    Tencent Hy3:一个295B稀疏MoE模型如何在21B活跃参数上运行

    <h1> Tencent Hy3: How a 295B Sparse MoE Model Runs on 21B Active Parameters </h1> <p>Tencent released <a href="https://huggingface.co/tencent/Hy3" rel="noopener noreferrer">Hy3</a> on July 6, 2026 — a 295-billion-parameter Mixture-of-Experts model under the Apache 2.0 license. Th…

  2. dev.to — LLM tag TIER_1 English(EN) · AI OpenFree ·

    一个稀疏的 35B MoE 如何在 CPU 上运行:激活参数、内存带宽和可复现的基准测试

    <h1> How a Sparse 35B MoE Runs on a CPU: Active Params, Memory Bandwidth, and a Reproducible Benchmark </h1> <p>Most "runs on your laptop" LLM claims quietly mean a 7B model. This one is a <strong>34.7B</strong> reasoning model — and it also runs on a <strong>GPU-less CPU</strong…