We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39611e9 commit 20d8c6aCopy full SHA for 20d8c6a
vllm_ascend/ascend_config.py
@@ -47,7 +47,7 @@ def __init__(self, vllm_config):
47
ascend_scheduler_config)
48
# Todo: Once https://github.com/vllm-project/vllm/issues/22246 is merged in vllm. Remove this config
49
self.expert_map_path = additional_config.get("expert_map_path", None)
50
- self.eplb_policy_type = additional_config.get("eplb_policy_type", 0)
+ self.eplb_policy_type = additional_config.get("eplb_policy_type", 1)
51
self.expert_map_record_path = additional_config.get(
52
"expert_map_record_path",
53
None) # Provide path to export expert map
0 commit comments