Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
890323dc
Unverified
Commit
890323dc
authored
Jul 12, 2025
by
Varun Sundar Rabindranath
Committed by
GitHub
Jul 11, 2025
Browse files
[Bugfix] : Fix typo - logger.warn_once -> logger.warning_once (#20852)
parent
01cae377
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/layers/fused_moe/pplx_prepare_finalize.py
.../model_executor/layers/fused_moe/pplx_prepare_finalize.py
+1
-1
No files found.
vllm/model_executor/layers/fused_moe/pplx_prepare_finalize.py
View file @
890323dc
...
@@ -111,7 +111,7 @@ class PplxPrepareAndFinalize(mk.FusedMoEPrepareAndFinalize):
...
@@ -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
.
warn
ing
_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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment