mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 04:54:56 +08:00
[Log] Use Debug Once for DeepGEMM E8M0 When not Enabled (#23858)
This commit is contained in:
parent
cb293f6a79
commit
d3d2aad5a2
@ -36,7 +36,7 @@ def is_deep_gemm_e8m0_used() -> bool:
|
||||
"E8M0 scale on a Hopper or Blackwell-class GPU.
|
||||
"""
|
||||
if not is_deep_gemm_supported():
|
||||
logger.info_once(
|
||||
logger.debug_once(
|
||||
"DeepGEMM E8M0 disabled: DeepGEMM not supported on this system.")
|
||||
return False
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user