mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-16 15:04:28 +08:00
6 lines
208 B
Python
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"]
|