Files
enginex-mlu370-vllm/vllm-v0.6.2/vllm/triton_utils/__init__.py

11 lines
242 B
Python
Raw Normal View History

2026-02-04 17:22:39 +08:00
from vllm.triton_utils.importing import HAS_TRITON
__all__ = ["HAS_TRITON"]
if HAS_TRITON:
from vllm.triton_utils.custom_cache_manager import (
maybe_set_triton_cache_manager)
__all__ += ["maybe_set_triton_cache_manager"]