Unverified Commit 5261223c authored by Taneem Ibrahim's avatar Taneem Ibrahim Committed by GitHub
Browse files

[Misc] Remove duplicate parser registration (#36303)


Signed-off-by: default avatarTaneem Ibrahim <taneem.ibrahim@gmail.com>
parent 00b814ba
......@@ -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():
for name, (file_name, class_name) in _PARSERS_TO_REGISTER.items():
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment