Skip to content

Commit 00ee37e

Browse files
[Bugfix] Clean up MiniMax-VL and fix processing (#17354)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
1 parent 890f104 commit 00ee37e

File tree

4 files changed

+38
-283
lines changed

4 files changed

+38
-283
lines changed

docs/source/models/supported_models.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,13 @@ See [this page](#generative-models) for more information on how to use generativ
979979
* ✅︎
980980
* ✅︎
981981
* ✅︎
982+
- * `MiniMaxVL01ForConditionalGeneration`
983+
* MiniMax-VL
984+
* T + I<sup>E+</sup>
985+
* `MiniMaxAI/MiniMax-VL-01`, etc.
986+
*
987+
* ✅︎
988+
* ✅︎
982989
- * `Mistral3ForConditionalGeneration`
983990
* Mistral3
984991
* T + I<sup>+</sup>

tests/models/multimodal/processing/test_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ def _test_processing_correctness_mistral(
270270
"openbmb/MiniCPM-Llama3-V-2_5",
271271
"openbmb/MiniCPM-o-2_6",
272272
"openbmb/MiniCPM-V-2_6",
273+
"MiniMaxAI/MiniMax-VL-01",
273274
"allenai/Molmo-7B-D-0924",
274275
"allenai/Molmo-7B-O-0924",
275276
"nvidia/NVLM-D-72B",

tests/models/multimodal/processing/test_minimax_vl_01.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313

1414
@pytest.mark.parametrize("model_id", ["MiniMaxAI/MiniMax-VL-01"])
15-
# yapf: enable
1615
@pytest.mark.parametrize("num_imgs", [1, 2])
1716
def test_processor_override(
1817
image_assets: _ImageAssets,

0 commit comments

Comments
 (0)