mistral4_gguf

Model type

mistral4_gguf

Class

Mistral4GGUFCausalLMModel

Task

mistral4-gguf-text-generation

Source

models/gguf_mistral4.py

Description

Mistral4 GGUF decoder with MLA, mandatory shared/routed MoE, and latent cache.

Usage

mobius build --model <MODEL_ID> output_dir/
from mobius import build

model = build("<MODEL_ID>")