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 4468db2 commit b59b7e0Copy full SHA for b59b7e0
vllm/model_executor/layers/fused_moe/deepep_ht_prepare_finalize.py
@@ -52,7 +52,7 @@ def _get_dispatch_config(self) -> Optional[deep_ep.Config]:
52
return deep_ep.Buffer.get_dispatch_config(self.dp_size)
53
54
def _get_combine_config(self) -> Optional[deep_ep.Config]:
55
- if self.dp_size not in self.available_rank_configs:
+ if self.num_dispatchers_ not in self.available_rank_configs:
56
return None
57
return deep_ep.Buffer.get_combine_config(self.num_dispatchers_)
58
0 commit comments