
Qwen3.8-27BはMoEではなかった — ローカル音声対話AIへの採用を30回計測して見送るまでThe author evaluated replacing Qwen3.6-35B-A3B (MoE) with Qwen3.8-27B in a…
匿名の公開いいねです。記事の保存・お気に入りではなく、Featured、Top 3、重要度、掲載順位には影響しません。仕組みとプライバシーAnonymous public likes are reactions, not saved articles or bookmarks. They do not affect Featured, Top 3, importance, or listing order.How it works and privacy
Ryzen AI MAX+ 395環境のローカル音声対話AIで、MoEモデルのQwen3.6-35B-A3BからQwen3.8-27Bへの乗り替えを検討したが、27Bがdense modelであると判明し、速度・品質の計測30回の結果として採用を見送った。
The author evaluated replacing Qwen3.6-35B-A3B (MoE) with Qwen3.8-27B in a fully local voice-dialogue AI on Ryzen AI MAX+ 395, but after 30 benchmark runs discovered the 27B is a dense model and ultimately decided against the switch.
要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.
ローカル環境で完結する音声対話AIの心臓部となる大規模言語モデル(LLM)を、より新しいモデルへ載せ替えようとした試みが、意外な発見とともに見送りに終わった。あるエンジニアが技術ブログで、AMDのRyzen AI MAX+ 395(GPUはgfx1151)上で動く音声対話AIについて、既存のQwen3.6-35B-A3BからQwen3.8-27Bへの移行を検討した経緯を公開した。
ポイントは、両モデルのアーキテクチャの違いにある。現行のQwen3.6-35B-A3Bは、名称の「A3B」が示すように、総パラメータ35Bのうち推論時に実際に活性化するのは約3BにとどまるMoE(Mixture of Experts、混合エキスパート)構成とされる。MoEはトークンごとに一部の「エキスパート」だけを使うため、総パラメータが大きくても実効的な計算量を抑えやすく、応答速度が求められる用途と相性が良いとされる。
一方、著者が期待した新しいQwen3.8-27Bは、「27Bならば軽い」という直感に反して、実際にはすべてのパラメータを常時使うdense(密)モデルであることが判明したという。dense構成では27Bすべてが毎回計算に関わるため、活性パラメータが約3BのMoEと比べると、リアルタイム性が重要な音声対話では処理負荷や遅延の面で不利になる可能性がある。
著者は速度と品質を30回にわたって計測したうえで、最終的に載せ替えを見送ったとしている。名称に含まれる数字だけでは、そのモデルがMoEかdenseかを判断できないという点は、限られたメモリや演算資源でLLMを動かすローカルLLMの実務で特に重い意味を持つと言えそうだ。
背景には、統合GPUを備えるRyzen AIシリーズのような環境で、クラウドに頼らずLLMを手元で動かす動きの広がりがある。プライバシーやオフライン動作の観点から注目される一方、総パラメータ規模だけでなく活性パラメータ数やメモリ帯域が体感速度を大きく左右するため、単純な数値の比較だけでは最適なモデルを選びにくい。今回の事例は、公称スペックの読み解きと、ベンチマークによる実測の両方がモデル選定でなお欠かせないことを、改めて示していると見られる。
Running a capable large language model entirely on local hardware has become an attainable goal for developers who prioritize privacy, predictable latency, and freedom from per-token cloud fees. A recent blog post walks through one such effort: a developer maintaining a fully local voice-dialogue assistant tried to upgrade its underlying model, then decided against the change after thirty rounds of measurement. The takeaway is a reminder that a model's headline parameter count can hide the architectural details that actually determine real-world performance.
The setup runs on an AMD Ryzen AI MAX+ 395, an APU whose integrated GPU is identified as gfx1151, paired with a Qwen3.6-35B-A3B model. That "A3B" suffix is the crux of the story. It denotes a Mixture-of-Experts (MoE) design in which, although the model holds roughly 35 billion parameters in total, only about 3 billion are activated for any given token. A routing network selects a small subset of "experts" per step, so the compute and memory traffic per token stay low even though the model's overall capacity is large. For an interactive use case like voice dialogue, where the language model sits between speech recognition and speech synthesis, that efficiency translates directly into a shorter response delay.
Attracted by the newer Qwen3.8-27B, the author considered swapping it in, apparently on the assumption that a 27B model might follow the same efficient pattern. On inspection, however, the 27B turned out to be a dense model rather than an MoE one. In a dense architecture, every parameter participates in generating every token, so all 27 billion weights are engaged at each step rather than a roughly 3-billion active slice.
That distinction matters a great deal on this class of hardware. Systems built around unified-memory APUs are frequently bound by memory bandwidth, because each generated token requires reading the active weights from memory. A dense 27B model must move far more data per token than a 35B MoE that activates only about 3B parameters. As a result, even though 27B is a smaller number than 35B, the dense model is likely to run considerably slower in tokens per second on the same machine. The author's benchmarking, described as thirty runs comparing speed and quality, appears to have confirmed that the trade-off did not favor the switch, and the upgrade was shelved.
The episode illustrates a broader industry trend. Over the past few years, MoE designs have gained popularity precisely because they decouple model capacity from per-token compute, allowing large total parameter counts while keeping inference costs manageable. Models across several families have adopted the approach, and the Qwen line from Alibaba has offered both dense and MoE variants at various sizes, which is exactly why matching a naming convention to an architecture can be error-prone. A number in a model name indicates total parameters; whether those parameters are dense or sparsely activated is a separate fact that
本ページの本文と要約は AI による自動生成です。日本語版と英語版は言語ごとに独立して生成されるため、表現や詳しさが異なる場合があります。正確性は元記事 (qiita.com) をご確認ください。The body and summaries are AI-generated independently for each language, so wording and detail may differ. Verify accuracy at the original source (qiita.com).




