Files
enginex-c_series-vllm/transformers_utils/chat_templates/__init__.py
2025-08-13 19:46:19 +08:00

6 lines
208 B
Python

# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
from .registry import get_chat_template_fallback_path
__all__ = ["get_chat_template_fallback_path"]