mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-23 16:14:37 +08:00
[Bugfix] Fix import gemm_afp4wfp4 failure on AMD (#26068)
Signed-off-by: zhewenli <zhewenli@meta.com>
This commit is contained in:
parent
9c5ee91b2a
commit
711f485643
@ -97,7 +97,7 @@ try:
|
||||
dispatch_key=current_platform.dispatch_key,
|
||||
)
|
||||
|
||||
except ImportError:
|
||||
except (ImportError, AttributeError):
|
||||
dynamic_mxfp4_quant = gemm_afp4wfp4 = None
|
||||
|
||||
__all__ = ["QuarkW4A4MXFP4"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user