mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 09:06:19 +08:00
5 lines
115 B
Python
5 lines
115 B
Python
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
from vllm.triton_utils.importing import HAS_TRITON
|
|
|
|
__all__ = ["HAS_TRITON"] |