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

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

model = build("<MODEL_ID>")