Files
enginex-mthreads-vllm/vllm/transformers_utils/chat_templates/__init__.py

6 lines
208 B
Python
Raw Normal View History

2026-01-19 10:38:50 +08:00
# 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"]