9 lines
249 B
Python
9 lines
249 B
Python
# SPDX-License-Identifier: Apache-2.0
|
|
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
|
|
|
|
from vllm.parser.engine.registered_adapters import (
|
|
NemotronV3ParserReasoningAdapter,
|
|
)
|
|
|
|
__all__ = ["NemotronV3ParserReasoningAdapter"]
|