7 lines
236 B
Python
7 lines
236 B
Python
# SPDX-License-Identifier: Apache-2.0
|
|
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
|
|
|
|
from vllm.parser.engine.registered_adapters import Glm47MoeParserReasoningAdapter
|
|
|
|
__all__ = ["Glm47MoeParserReasoningAdapter"]
|