forked from EngineX-Cambricon/enginex-mlu370-vllm
add qwen3
This commit is contained in:
10
vllm-v0.6.2/vllm/triton_utils/__init__.py
Normal file
10
vllm-v0.6.2/vllm/triton_utils/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
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"]
|
||||
Reference in New Issue
Block a user