Unverified Commit 890323dc authored by Varun Sundar Rabindranath's avatar Varun Sundar Rabindranath Committed by GitHub
Browse files

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

parent 01cae377
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment