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.
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.