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
fe8a9fbd
Unverified
Commit
fe8a9fbd
authored
Jan 04, 2026
by
Tyler Michael Smith
Committed by
GitHub
Jan 05, 2026
Browse files
[Bugfix] Fix EPLB state logging error (#31455)
Signed-off-by:
Tyler Michael Smith
<
tlrmchlsmth@gmail.com
>
parent
98b8b3ab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/distributed/eplb/eplb_state.py
vllm/distributed/eplb/eplb_state.py
+1
-1
No files found.
vllm/distributed/eplb/eplb_state.py
View file @
fe8a9fbd
...
...
@@ -423,7 +423,7 @@ class EplbState:
# Set the policy based on the selected eplb algorithm type.
policy_type
=
self
.
parallel_config
.
eplb_config
.
policy
self
.
policy
=
EPLB_POLICIES
[
policy_type
]
logger
.
debug
(
"Selected EPLB policy: %
d
"
,
policy_type
)
logger
.
debug
(
"Selected EPLB policy: %
s
"
,
policy_type
)
if
global_expert_load
is
not
None
:
ep_group
=
get_ep_group
().
device_group
assert
global_expert_load
.
shape
==
(
...
...
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