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
930d8b58
Commit
930d8b58
authored
Feb 14, 2026
by
maxiao1
Committed by
chenych
Feb 14, 2026
Browse files
Update MiniMaxM2AppendThinkReasoningParser
parent
2a0104e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/reasoning/__init__.py
vllm/reasoning/__init__.py
+2
-1
No files found.
vllm/reasoning/__init__.py
View file @
930d8b58
...
...
@@ -12,7 +12,7 @@ from .mistral_reasoning_parser import MistralReasoningParser
from
.qwen3_reasoning_parser
import
Qwen3ReasoningParser
from
.seedoss_reasoning_parser
import
SeedOSSReasoningParser
from
.step3_reasoning_parser
import
Step3ReasoningParser
from
.minimax_m2_reasoning_parser
import
MiniMaxM2ReasoningParser
from
.minimax_m2_reasoning_parser
import
MiniMaxM2ReasoningParser
,
MiniMaxM2AppendThinkReasoningParser
__all__
=
[
"ReasoningParser"
,
...
...
@@ -29,4 +29,5 @@ __all__ = [
"GptOssReasoningParser"
,
"SeedOSSReasoningParser"
,
"MiniMaxM2ReasoningParser"
,
"MiniMaxM2AppendThinkReasoningParser"
]
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