Skip to content

Request: Support for nvidia/MiniMax-M3-NVFP4 #17

Description

@DikiyLifter

Hi,

I've been running DeepSeek-V4-Flash on my RTX Pro 6000 (96 GB VRAM) + 96 GB RAM with great results. I'd like to request support for nvidia/MiniMax-M3-NVFP4 (https://huggingface.co/nvidia/MiniMax-M3-NVFP4).

Model: 428B total / 23B active, MoE (128 experts, top-4 + 1 shared), 60 layers (3 dense + 57 MoE), NVFP4 checkpoint, ~250 GB on disk.

My hardware: 1× RTX Pro 6000 (96 GB VRAM) + 96 GB RAM.

What needs to be supported:

MSA (MiniMax Sparse Attention) — block-sparse attention with index branch, different from DS4's hybrid attention. Reference: https://github.com/MiniMax-AI/MSA
ViT vision encoder — M3 is natively multimodal.
NVFP4 checkpoint format — quantized via NVIDIA Model Optimizer, different from FP4/FP8 currently supported.
Expert dimensions — different from DS4/GLM, new SASS kernel sharding needed.
Sigmoid router with expert-bias correction (DeepSeek-V3-style routing).
SwiGLU-OAI activation with clamped gate/up + linear offset.
Gemma-style RMSNorm (x * (1 + w)).

I'm happy to test on my hardware once there's any preliminary support. Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions