[doc] feat: add MiniMax M2.5 / M2.7 model support#3291
Merged
Conversation
MiniMax-M2.5 and M2.7 share the same model_type (minimax_m2) and MiniMaxM2ForCausalLM architecture as MiniMax-M2. The existing bridge works without code changes. Verified on cluster with real FP8 checkpoints: round-trip conversion and inference both pass on 2 nodes (TP=1, EP=16). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughDocumentation updates across multiple files to clarify that MiniMax-M2, M2.5, and M2.7 models share the same bridge architecture and can be used interchangeably. Changes include updated model lists, compatibility notes, and bridge class docstring updates. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
cuichenx
previously approved these changes
Apr 13, 2026
Signed-off-by: Yu Yao <54727607+yaoyu-33@users.noreply.github.com>
cuichenx
approved these changes
Apr 15, 2026
Contributor
Author
|
/ok to test ba75994 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
model_type(minimax_m2) andMiniMaxM2ForCausalLMHF class as M2Verification
Tested on cluster cw with real FP8 checkpoints (~215GB each) on 2 nodes (16x H100, TP=1 EP=16):
M2.5 sample output:
M2.7 sample output:
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit