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 72a2bf3 commit 32fd84fCopy full SHA for 32fd84f
vllm_ascend/ascend_config.py
@@ -50,8 +50,7 @@ def __init__(self, vllm_config):
50
self.enable_shared_expert_dp = additional_config.get(
51
"enable_shared_expert_dp", False
52
) and not self.torchair_graph_config.enabled and vllm_config.parallel_config.enable_expert_parallel
53
- self.enable_prefetch = additional_config.get(
54
- "enable_prefetch", False)
+ self.enable_prefetch = additional_config.get("enable_prefetch", False)
55
56
57
class TorchairGraphConfig:
0 commit comments