Skip to content

Commit 20d8c6a

Browse files
committed
bugfix
Signed-off-by: Che Ruan <cr623@ic.ac.uk>
1 parent 39611e9 commit 20d8c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/ascend_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(self, vllm_config):
4747
ascend_scheduler_config)
4848
# Todo: Once https://github.com/vllm-project/vllm/issues/22246 is merged in vllm. Remove this config
4949
self.expert_map_path = additional_config.get("expert_map_path", None)
50-
self.eplb_policy_type = additional_config.get("eplb_policy_type", 0)
50+
self.eplb_policy_type = additional_config.get("eplb_policy_type", 1)
5151
self.expert_map_record_path = additional_config.get(
5252
"expert_map_record_path",
5353
None) # Provide path to export expert map

0 commit comments

Comments
 (0)