Skip to content

Commit 39d9aaf

Browse files
yewentao256karan
authored andcommitted
[Log] Optimize DeepGEMM Missing Log (vllm-project#26106)
Signed-off-by: yewentao256 <zhyanwentao@126.com> Signed-off-by: Karan Goel <3261985+karan@users.noreply.github.com>
1 parent c3efe38 commit 39d9aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vllm/utils/deep_gemm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def is_deep_gemm_e8m0_used() -> bool:
6868
def _missing(*_: Any, **__: Any) -> NoReturn:
6969
"""Placeholder for unavailable DeepGEMM backend."""
7070
raise RuntimeError(
71-
"DeepGEMM backend is not available. Please install the `deep_gemm` "
72-
"package to enable FP8 kernels.")
71+
"DeepGEMM backend is not available or outdated. Please install or "
72+
"update the `deep_gemm` to a newer version to enable FP8 kernels.")
7373

7474

7575
_fp8_gemm_nt_impl: Callable[..., Any] | None = None

0 commit comments

Comments
 (0)