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
f0f4de8f
Unverified
Commit
f0f4de8f
authored
Jul 24, 2025
by
Nick Hill
Committed by
GitHub
Jul 24, 2025
Browse files
[Misc] Fix duplicate FusedMoEConfig debug messages (#21455)
Signed-off-by:
Nick Hill
<
nhill@redhat.com
>
parent
fc5f756d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/model_executor/layers/fused_moe/config.py
vllm/model_executor/layers/fused_moe/config.py
+2
-2
No files found.
vllm/model_executor/layers/fused_moe/config.py
View file @
f0f4de8f
...
@@ -325,7 +325,7 @@ class FusedMoEConfig:
...
@@ -325,7 +325,7 @@ class FusedMoEConfig:
def
__post_init__
(
self
):
def
__post_init__
(
self
):
if
self
.
dp_size
>
1
:
if
self
.
dp_size
>
1
:
logger
.
debug
(
"Using FusedMoEConfig::max_num_tokens=%d"
,
logger
.
debug
_once
(
"Using FusedMoEConfig::max_num_tokens=%d"
,
self
.
max_num_tokens
)
self
.
max_num_tokens
)
assert
self
.
max_num_tokens
>
0
assert
self
.
max_num_tokens
>
0
...
...
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