[Bugfix] : Fix typo - logger.warn_once -> logger.warning_once (#20852)

This commit is contained in:
Varun Sundar Rabindranath 2025-07-12 07:56:24 +04:00 committed by GitHub
parent 01cae37713
commit 890323dc1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,7 @@ class PplxPrepareAndFinalize(mk.FusedMoEPrepareAndFinalize):
# topk_indices_dtype() int32
#
if expert_map is not None:
logger.warn_once(
logger.warning_once(
"The PPLX backend does not support expert mapping. "
"The provided `expert_map` will be ignored.")
expert_map = None #noqa: F841