mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-20 22:57:21 +08:00
[Bugfix] : Fix typo - logger.warn_once -> logger.warning_once (#20852)
This commit is contained in:
parent
01cae37713
commit
890323dc1b
@ -111,7 +111,7 @@ class PplxPrepareAndFinalize(mk.FusedMoEPrepareAndFinalize):
|
|||||||
# topk_indices_dtype() int32
|
# topk_indices_dtype() int32
|
||||||
#
|
#
|
||||||
if expert_map is not None:
|
if expert_map is not None:
|
||||||
logger.warn_once(
|
logger.warning_once(
|
||||||
"The PPLX backend does not support expert mapping. "
|
"The PPLX backend does not support expert mapping. "
|
||||||
"The provided `expert_map` will be ignored.")
|
"The provided `expert_map` will be ignored.")
|
||||||
expert_map = None #noqa: F841
|
expert_map = None #noqa: F841
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user