mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 01:05:01 +08:00
Signed-off-by: Gregory Shtrasberg <Gregory.Shtrasberg@amd.com>
This commit is contained in:
parent
08275ec0a2
commit
690f948e4a
@ -23,7 +23,7 @@ if has_triton_kernels():
|
||||
from triton_kernels.routing import (RoutingData, routing,
|
||||
routing_from_bitmatrix)
|
||||
from triton_kernels.tensor import Bitmatrix
|
||||
except (ModuleNotFoundError, AttributeError) as e:
|
||||
except (AttributeError, ImportError) as e:
|
||||
logger.error(
|
||||
"Failed to import Triton kernels. Please make sure your triton "
|
||||
"version is compatible. Error: %s", e)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user