본문으로 건너뛰기
부식 중

r/LocalLLaMA, Mistral 4의 Transformers 합류 포착... 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 26 views Source

왜 이 Reddit 글이 중요했나

r/LocalLLaMA의 인기 글은 더 큰 공식 발표 흐름이 정리되기 전에 Hugging Face Transformers의 merged pull request를 먼저 포착했다. 문제의 PR은 #44760이며, model watcher들이 가장 민감하게 보는 곳인 코드, config, generated docs 안에 Mistral 4의 첫 공개 단서를 남겼다.

upstream change가 실제로 말하는 것

병합된 문서는 Mistral 4를 instruction, reasoning, 그리고 Devstral 계열 developer capability를 하나로 묶은 hybrid model로 설명한다. `Mistral-Small-4-119B-2603` checkpoint는 128 experts 중 4 experts만 token당 활성화되는 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당 활성 파라미터가 적은 119B MoE 설계 자체에 주목했다. 이런 배치 기대치는 Reddit discussion에서 나온 해석이지 upstream이 보장한 내용은 아니다. 그럼에도 LocalLLaMA에서 이 글이 빠르게 퍼진 이유는 분명하다. 고급 local/self-hosted workflow에 투입할 새로운 상위권 후보가 실제 코드 형태로 나타났기 때문이다.

Upstream PR: Transformers PR #44760. 커뮤니티 글: r/LocalLLaMA discussion.

Share: Long

Related Articles