PulseAugur
实时 21:17:40
English(EN) The idea: on a CPU the decode speed depends on the active params per token, not the total. My objective is trying to run a 10B at 100tok/s on a mid level PC (No GPU).

CPU LLM优化:活跃参数是速度的关键

一位Reddit用户正在探索一种在没有GPU的情况下,在CPU上运行大型语言模型的新方法,目标是使一个拥有100亿参数的模型达到每秒100个token的解码速度。核心思想是,CPU解码速度取决于每个token的活跃参数,而不是总参数,这表明具有细粒度混合专家(MoE)和三元权重(ternary weights)的架构可以在不牺牲速度的情况下扩展模型容量。对一个较小模型的初步测试表明,在优化活跃参数时,每秒token数显著增加。 AI

影响 这种方法有可能在消费级硬件上运行更大的语言模型,从而扩大AI开发和部署的可及性。

排序理由 该条目讨论的是在特定硬件(CPU)上优化LLM性能的技术方法,而不是新的模型发布或重大的行业事件。

在 r/LocalLLaMA 阅读 →

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

CPU LLM优化:活跃参数是速度的关键

本文如何被排名

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
该条目讨论的是在特定硬件(CPU)上优化LLM性能的技术方法,而不是新的模型发布或重大的行业事件。
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
infra, model release
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
43 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

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

报道来源 [1]

  1. r/LocalLLaMA TIER_1 English(EN) · /u/WildPino25 ·

    观点:在 CPU 上,解码速度取决于每个 token 的活跃参数数量,而非总参数量。我的目标是在不使用 GPU 的情况下,在中等配置的 PC 上实现 10B 模型以 100tok/s 的速度运行。

    <table> <tr><td> <a href="https://www.reddit.com/r/LocalLLaMA/comments/1v9vo75/the_idea_on_a_cpu_the_decode_speed_depends_on_the/"> <img alt="The idea: on a CPU the decode speed depends on the active params per token, not the total. My objective is trying to run a 10B at 100tok/s…