vllm/vllm/triton_utils/__init__.py
Alessandro Sangiorgi 374ee287d8
[Frontend] Remove custom_cache_manager (#13791)
Signed-off-by: fulvius31 <asangior@redhat.com>
2025-03-20 00:13:50 +08:00

5 lines
115 B
Python

# SPDX-License-Identifier: Apache-2.0
from vllm.triton_utils.importing import HAS_TRITON
__all__ = ["HAS_TRITON"]