PulseAugur
EN
LIVE 12:45:22

Sparse 35B MoE Model Runs on CPU by Leveraging Active Parameters

A 34.7 billion parameter Mixture-of-Experts (MoE) model, Ourbox-35B-JGOS, has demonstrated the ability to run efficiently on a CPU, a feat typically associated with much smaller models. This efficiency is attributed to its sparse architecture, where only a fraction of the model's parameters are active per token, significantly reducing memory bandwidth requirements compared to dense models. The model achieves impressive performance on benchmarks like GPQA Diamond, and its weights and performance metrics are publicly available for reproduction. AI

IMPACT Demonstrates that large MoE models can be made accessible on low-resource hardware, potentially broadening the reach of advanced AI capabilities.

RANK_REASON The item details a technical approach to running a large MoE model on consumer hardware, including benchmark results and reproducible methods. [lever_c_demoted from research: ic=1 ai=1.0]

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Sparse 35B MoE Model Runs on CPU by Leveraging Active Parameters

COVERAGE [1]

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

    How a Sparse 35B MoE Runs on a CPU: Active Params, Memory Bandwidth, and a Reproducible Benchmark

    <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…