Skip to content

Fix MiniMax-M3 MXFP8 crash on 8xH200 (vllm-project/vllm#50856) - #750

Open
YASHSAWANTTT wants to merge 2 commits into
vllm-project:mainfrom
YASHSAWANTTT:fix/minimax-m3-mxfp8-hopper
Open

Fix MiniMax-M3 MXFP8 crash on 8xH200 (vllm-project/vllm#50856)#750
YASHSAWANTTT wants to merge 2 commits into
vllm-project:mainfrom
YASHSAWANTTT:fix/minimax-m3-mxfp8-hopper

Conversation

@YASHSAWANTTT

Copy link
Copy Markdown

Summary
Gate --attention_config.indexer_kv_dtype fp8 to Blackwell for the MXFP8 variant so Hopper (8xH200) no longer crashes on load — the Triton indexer only supports bf16.
Add a Troubleshooting note that FP8 index cache is Blackwell/MSA-only.

Fixes Issue: 50856

Test plan

  • node scripts/build-recipes-api.mjs
  • H200 + MXFP8 omits indexer_kv_dtype
  • B200 + MXFP8 still includes it

Signed-off-by: Yash Sawant <yasawant@asu.edu>
@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vllm-recipes Ready Ready Preview Aug 7, 2026 6:43am

Request Review

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the MiniMax-M3.yaml configuration to restrict the --attention_config.indexer_kv_dtype fp8 argument to Blackwell hardware overrides, as the Triton indexer on Hopper and AMD only supports bf16. It also updates the troubleshooting guide to document this restriction and updates the date_updated metadata. There are no review comments, so I have no feedback to provide.

Signed-off-by: Yash Sawant <137981875+YASHSAWANTTT@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Doc]: recipe for MiniMax-M3- crushes on 8xH200

1 participant