paper-with-me

홈 › Papers

The Other Half of the Memory Wall: Serving 35B MoEs from SSD with Trained Routing Prediction

2026-09-16 · Yu Lin, Yiming Wang, Runyuan Cai, Hanze Liu, Xiaodong Zeng hf

Mixture-of-experts (MoE) inference on consumer hardware is bounded by weight memory: a 35B-class model is 19.5GB at 4-bit, and sparsity shrinks the compute per token, not the bytes that must be held. Naive offloading to SSD does not help on its own, because layer N+1's experts must be chosen before layer N's output exists, so the reads cannot start early enough to hide behind compute. We present Edge0, a streaming MoE inference engine that closes the gap with a prerouter: a per-layer head predicts the next layer's routing one token ahead, and the prediction is consumed as the routing itself, so the staged expert set equals the routed set and nothing is dropped. An unmerged recovery LoRA, trained on the student path, pays back the quality lost to int4 quantization and routing replacement. On a single 24GB machine, Edge0 serves a 35B MoE at 20tok/s inside 3GiB of peak active memory, within a few points of its fp16 teacher on average across five public benchmarks. An 8B tier runs on the same framework, and the framework, checkpoints, and adapters are open source.

📄 PDF Abstract BibTeX arXiv:2609.18063

Code (5)

Tavish9/awesome-daily-AI-arxiv ★ 120
arxivsub/arXivSub_daily_arxiv ★ 4
🤗 Edge0/Edge0-35B-A3B-preview ★ 3,310
🤗 Edge0/Edge0-8B-A1B-preview ★ 70
🤗 TechnoBaptist/Edge0-35B-A3B-preview

Similar Papers 제목 키워드 기반

SwitchHead: Accelerating Transformers with Mixture-of-Experts Attention

2023-12-13 · Róbert Csordás, Piotr Piękos, Kazuki Irie, Jürgen Schmidhuber

Despite many recent works on Mixture of Experts (MoEs) for resource-efficient Transformer language models, existing methods mostly focus on MoEs for feedforward layers. Previous attempts at extending MoE to the self-atte…

Language ModelingLanguage ModellingMixture-of-Experts

MoESys: A Distributed and Efficient Mixture-of-Experts Training and Inference System for Internet Services

2022-05-20 · dianhai yu, Liang Shen, Hongxiang Hao, Weibao Gong 외

While modern internet services, such as chatbots, search engines, and online advertising, demand the use of large-scale deep neural networks (DNNs), distributed training and inference over heterogeneous computing systems…

CPUDistributed ComputingGPUMixture-of-Experts

PagedWeight: Efficient MoE LLM Serving with Dynamic Quality-Aware Weight Quantization

2026-07-17 · Yuchen Yang, Yifan Zhao, Anisha Dasgupta, Sasa Misailovic arxiv

Mixture-of-Experts (MoE) is a popular class of large language models (LLMs), offering high efficiency and accuracy. However, in KV-cache-intensive serving scenarios, MoEs often exhibit a tension between the GPU memory re…

Mixture of Parrots: Experts improve memorization more than reasoning

2024-10-24 · Samy Jelassi, Clara Mohri, David Brandfonbrener, Alex Gu 외

The Mixture-of-Experts (MoE) architecture enables a significant increase in the total number of model parameters with minimal computational overhead. However, it is not clear what performance tradeoffs, if any, exist bet…

MathMemorizationMixture-of-Experts

Forward Gradients for Data-Driven CFD Wall Modeling

2023-11-20 · Jan Hückelheim, Tadbhagya Kumar, Krishnan Raghavan, Pinaki Pal

Computational Fluid Dynamics (CFD) is used in the design and optimization of gas turbines and many other industrial/ scientific applications. However, the practical use is often limited by the high computational cost, an…