PulseAugur
实时 05:06:07

New SPES framework enables memory-efficient decentralized LLM pretraining on fewer GPUs

Researchers have developed a novel decentralized framework called SPES for pretraining large language models, specifically Mixture-of-Experts (MoE) architectures. This method significantly reduces memory requirements by training only a subset of experts on each node and synchronizing knowledge efficiently across distributed GPUs, even over internet connections. SPES has demonstrated its capability by successfully training models up to 9 billion parameters, achieving performance comparable to centrally trained models within similar computational budgets. AI

影响 Introduces a memory-efficient decentralized training paradigm that could lower the hardware barrier for developing large language models.

排序理由 Academic paper detailing a new method for distributed LLM pretraining. [lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.CL 阅读 →

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

New SPES framework enables memory-efficient decentralized LLM pretraining on fewer GPUs

报道来源 [1]

  1. arXiv cs.CL TIER_1 English(EN) · Jinrui Zhang, Chaodong Xiao, Aoqi Wu, Xindong Zhang, Lei Zhang ·

    Pretraining A Large Language Model using Distributed GPUs: A Memory-Efficient Decentralized Paradigm

    arXiv:2602.11543v2 Announce Type: replace Abstract: Pretraining large language models (LLMs) typically requires centralized clusters with thousands of high-memory GPUs (e.g., H100/A100). Recent decentralized training methods reduce communication overhead by employing federated op…