[None][feat] Add BaseMultimodalDummyInputsBuilder to minimaxm3_vl - #16696
Conversation
Signed-off-by: Pietro Cicotti <5833013+pcicotti@users.noreply.github.com>
|
/bot run |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe dynamically registered ChangesMiniMaxM3 VL processor registration
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
PR_Github #60832 [ run ] triggered by Bot. Commit: |
|
PR_Github #60832 [ run ] completed with state
|
|
/bot run --disable-fail-fast |
|
PR_Github #61009 [ run ] triggered by Bot. Commit: |
|
PR_Github #61009 [ run ] completed with state |
…IDIA#16696) Signed-off-by: Pietro Cicotti <5833013+pcicotti@users.noreply.github.com>
Background
MiniMaxM3VLInputProcessorwas missingBaseMultimodalDummyInputsBuilderas a base class, causing the following error at runtime:Summary
Add
BaseMultimodalDummyInputsBuilderto the dynamically constructed_Registeredclass inget_minimax_m3_vl_input_processor_cls(), alongside the existingBaseMultimodalInputProcessorbase.Impact
No functional change beyond fixing the missing attribute — no new configuration, no API surface change.
Dev Engineer Review
BaseMultimodalDummyInputsBuilderalongsideBaseMultimodalInputProcessor.get_preferred_media_io_kwargsinterface required by the multimodal pipeline.QA Engineer Review
No test changes.