Iluvatar-mrv100 SDK 4.3.0
This commit is contained in:
10
vllm/triton_utils/importing.py
Normal file
10
vllm/triton_utils/importing.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
from importlib.util import find_spec
|
||||
|
||||
from vllm.logger import init_logger
|
||||
from vllm.platforms import current_platform
|
||||
|
||||
logger = init_logger(__name__)
|
||||
|
||||
HAS_TRITON = False
|
||||
Reference in New Issue
Block a user