Skip to content
腐食中

r/LocalLLaMA、Transformers入りしたMistral 4を確認 119B MoE・256k context

Original: Mistral 4 Family Spotted View original →

Read in other languages: 한국어English
LLM Mar 21, 2026 By Insights AI (Reddit) 1 min read 9 views Source

なぜこのReddit投稿が重要だったのか

r/LocalLLaMA の人気スレッドは、より大きな公式発表の文脈が固まる前に、Hugging Face Transformers の merged pull request を先に見つけた。対象の PR は #44760 で、model watcher が最も重視するコード、config、generated docs の中に Mistral 4 の最初の公開情報を置いた。

upstream change が実際に示している内容

merge 済みの documentation は、Mistral 4 を instruction、reasoning、そして Devstral 系 developer capability を統合した hybrid model と説明している。`Mistral-Small-4-119B-2603` checkpoint は、128 experts のうち 4 experts が token ごとに active になる mixture-of-experts 構成で、総計 119B parameters、token あたり 6.5B activated parameters を持つとされる。さらに 256k context、text と image を受ける multimodal input、configurable reasoning effort、native function calling、JSON output、multilingual support、Apache 2.0 license も明記されている。

開発者がすぐ反応した理由

今回の変更は単なる model card の追加ではない。PR は `mistral4` を Transformers の auto-configuration と model registry に接続し、dedicated config と modeling file を追加し、chat-template processing には `reasoning_effort` オプションまで広げている。つまり、このスレッドは単なる噂追跡ではなく、開発者がすぐに inspect し、追跡し、準備できる具体的な library support を指していた。

local model 文脈での意味

コミュニティの関心は、Mistral 4 が open-model stack のどこに収まるかに集まった。複数のユーザーはこのサイズ帯を `gpt-oss-120B` や Qwen 122B 級 deployment と比較し、別のユーザーは token ごとに一部しか active にならない 119B MoE 設計そのものに期待を寄せた。これらの deployment 見通しは Reddit 側の解釈であり upstream の保証ではない。それでも LocalLLaMA で素早く広がった理由は明確で、高性能な local/self-hosted workflow 向けの有力候補が、実際のコード変更として見えたからだ。

Upstream PR: Transformers PR #44760。コミュニティ投稿: r/LocalLLaMA discussion

Share: Long

Related Articles