From 361a7463d33a8866bababc2926e48b60dbb1aadd Mon Sep 17 00:00:00 2001 From: youkaichao Date: Mon, 27 Oct 2025 01:04:36 +0800 Subject: [PATCH] fix m2 test (#27536) Signed-off-by: youkaichao --- tests/models/registry.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/models/registry.py b/tests/models/registry.py index f227edd82761..d0ee6187b4df 100644 --- a/tests/models/registry.py +++ b/tests/models/registry.py @@ -342,7 +342,9 @@ _TEXT_GENERATION_EXAMPLE_MODELS = { "MiniMaxAI/MiniMax-M1-40k", trust_remote_code=True ), "MiniMaxM2ForCausalLM": _HfExamplesInfo( - "MiniMaxAI/MiniMax-M2", trust_remote_code=True + "MiniMaxAI/MiniMax-M2", + trust_remote_code=True, + is_available_online=False, ), "MistralForCausalLM": _HfExamplesInfo("mistralai/Mistral-7B-Instruct-v0.1"), "MixtralForCausalLM": _HfExamplesInfo(