270 亿参数,单张显卡,编码能力追平云上巨无霸
作者:青檬 CMS 团队
<p style="margin:.8em 0;line-height:1.85;">8 月 14 日,阿里千问开源了一个模型。</p><p style="margin:.8em 0;line-height:1.85;">Qwen3.8-27B,270 亿参数。</p><p style="margin:.8em 0;line-height:1.85;">它不是那种要一整个机房才能跑的庞然大物。</p><p style="margin:.8em 0;line-height:1.85;">量化之后,18G 显存,一张 RTX 4090 就够。</p><h3 style="margin:1.2em 0 .6em;font-size:1.1em;">三倍跳升</h3><p style="margin:.8em 0;line-height:1.85;">先看它最能打的地方。</p><p style="margin:.8em 0;line-height:1.85;">DeepSWE 1.1,一个真实的软件工程基准。</p><p style="margin:.8em 0;line-height:1.85;">上一代 Qwen3.6-27B 是 13.3 分。</p><p style="margin:.8em 0;line-height:1.85;">这一代,42.2 分。</p><p style="margin:.8em 0;line-height:1.85;">超过三倍。</p><p style="margin:.8em 0;line-height:1.85;">SWE-bench Pro 61.7 分,LiveCodeBench v6 90.3 分。</p><p style="margin:.8em 0;line-height:1.85;">这两个数字,都超过了 Claude Opus 4.6 Max。</p><p style="margin:.8em 0;line-height:1.85;">270 亿参数,追平了千亿级的闭源旗舰。</p><h3 style="margin:1.2em 0 .6em;font-size:1.1em;">为什么小模型突然能打了</h3><p style="margin:.8em 0;line-height:1.85;">答案在架构,不在参数量。</p><p style="margin:.8em 0;line-height:1.85;">Qwen3.8-27B 有 75% 的层,用了 Gated DeltaNet 线性注意力。</p><p style="margin:.8em 0;line-height:1.85;">传统 Transformer 处理上下文的开销是平方级,越长越贵。</p><p style="margin:.8em 0;line-height:1.85;">它把这块压成了线性。</p><p style="margin:.8em 0;line-height:1.85;">原生上下文 262K,能外推到 100 万 token,还不怎么吃内存。</p><p style="margin:.8em 0;line-height:1.85;">再加上 MTP 投机解码,一次预测多个词,生成速度再提 15% 到 25%。</p><p style="margin:.8em 0;line-height:1.85;">于是能力没降,体积降下来了。</p><h3 style="margin:1.2em 0 .6em;font-size:1.1em;">一张显卡的 Agent</h3><p style="margin:.8em 0;line-height:1.85;">真正值得关注的是这句话:</p><p style="margin:.8em 0;line-height:1.85;">过去只有超大模型或闭源 API 才有的编码和 Computer Use 能力,现在 27B 就能自托管。</p><p style="margin:.8em 0;line-height:1.85;">本地跑,不用交 token 费,不绑任何一家云厂。</p><p style="margin:.8em 0;line-height:1.85;">Apache 2.0,能商用。</p><p style="margin:.8em 0;line-height:1.85;">上线两天,Hugging Face 下载破百万。</p><p style="margin:.8em 0;line-height:1.85;">和 Meta 同期开源的 Muse Glimmer-30B 直接对比,8 项全胜。</p><h3 style="margin:1.2em 0 .6em;font-size:1.1em;">提醒一句</h3><p style="margin:.8em 0;line-height:1.85;">这些 benchmark 大多来自官方自测,还需要第三方独立复现。</p><p style="margin:.8em 0;line-height:1.85;">但这不妨碍一个趋势已经很清楚:</p><p style="margin:.8em 0;line-height:1.85;">Agent 能力,正在离开云端,往一张消费级显卡上走。</p><p style="margin:.8em 0;line-height:1.85;">参数竞赛之后,效率才是下一局。</p>
