From fe8a9fbd2e2b3c3443c599bae05c24d3501a901e Mon Sep 17 00:00:00 2001 From: Tyler Michael Smith Date: Sun, 4 Jan 2026 23:06:28 -0500 Subject: [PATCH] [Bugfix] Fix EPLB state logging error (#31455) Signed-off-by: Tyler Michael Smith --- vllm/distributed/eplb/eplb_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/distributed/eplb/eplb_state.py b/vllm/distributed/eplb/eplb_state.py index c5654659b..7826b1286 100644 --- a/vllm/distributed/eplb/eplb_state.py +++ b/vllm/distributed/eplb/eplb_state.py @@ -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 == (