Skip to content

Commit 01e573d

Browse files
[Bugfix] : Fix typo - logger.warn_once -> logger.warning_once (#20852)
1 parent 9ad8c9e commit 01e573d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/layers/fused_moe/pplx_prepare_finalize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def prepare(
111111
# topk_indices_dtype() int32
112112
#
113113
if expert_map is not None:
114-
logger.warn_once(
114+
logger.warning_once(
115115
"The PPLX backend does not support expert mapping. "
116116
"The provided `expert_map` will be ignored.")
117117
expert_map = None #noqa: F841

0 commit comments

Comments
 (0)