Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
361a7463
Unverified
Commit
361a7463
authored
Oct 27, 2025
by
youkaichao
Committed by
GitHub
Oct 27, 2025
Browse files
fix m2 test (#27536)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
720af6ab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
tests/models/registry.py
tests/models/registry.py
+3
-1
No files found.
tests/models/registry.py
View file @
361a7463
...
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment