fix m2 test (#27536)

Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
youkaichao 2025-10-27 01:04:36 +08:00 committed by GitHub
parent 720af6ab79
commit 361a7463d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(