# minimax_m2_gguf | | | |---|---| | **Model type** | `minimax_m2_gguf` | | **Class** | `MiniMaxM2GGUFCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/gguf_minimax_m2.py` | ## Description MiniMax-M2 GGUF decoder with full attention and all-layer routed MoE. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```