Views
No views yet
⚠️ Requires vMLX ≥ v1.5.62
Earlier vMLX builds contain a runtime cache bug that causes repetition loops on long output. This is an engine issue, not a weights issue — update vMLX to v1.5.62 or later before running this model. On v1.5.62+ generation is clean.
model_type=minimax_m3_vl) — MoE, GQA-4, MSA Lightning Indexer,
vision tower.| tensor | bits |
|---|---|
routed experts gate_proj / up_proj | 2 |
routed experts down_proj | 3 |
| shared experts | 6 |
| dense MLP (layers 0–2) | 6 |
| attention q/k/v/o | 8 |
| embeddings | 6 |
| lm_head | 8 |
| vision tower + projectors | 8 |
| norms, router gate, MSA indexer | fp16 |
down_proj is kept at 3-bit (the rest of the routed experts are 2-bit) for stable
long-form coherency. The full per-module bit map is written into config.json
(quantization) and applied automatically by the loader.minimax_m3_vl and applies the correct
settings (native MSA cache, paged cache off, per-module quant map). Sampling defaults ship
in generation_config.json (temperature=1.0, top_p=0.95).