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
5261223c
Unverified
Commit
5261223c
authored
Mar 07, 2026
by
Taneem Ibrahim
Committed by
GitHub
Mar 07, 2026
Browse files
[Misc] Remove duplicate parser registration (#36303)
Signed-off-by:
Taneem Ibrahim
<
taneem.ibrahim@gmail.com
>
parent
00b814ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
vllm/parser/__init__.py
vllm/parser/__init__.py
+0
-7
No files found.
vllm/parser/__init__.py
View file @
5261223c
...
@@ -22,13 +22,6 @@ _PARSERS_TO_REGISTER = {
...
@@ -22,13 +22,6 @@ _PARSERS_TO_REGISTER = {
),
),
}
}
# Register lazy parsers
ParserManager
.
register_lazy_module
(
name
=
"minimax_m2"
,
module_path
=
"vllm.parser.minimax_m2_parser"
,
class_name
=
"MiniMaxM2Parser"
,
)
def
register_lazy_parsers
():
def
register_lazy_parsers
():
for
name
,
(
file_name
,
class_name
)
in
_PARSERS_TO_REGISTER
.
items
():
for
name
,
(
file_name
,
class_name
)
in
_PARSERS_TO_REGISTER
.
items
():
...
...
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