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 373f3ff commit d5d2950Copy full SHA for d5d2950
vllm/model_executor/layers/fused_moe/layer.py
@@ -385,7 +385,7 @@ def apply(
385
zero_expert_type = getattr(layer, "zero_expert_type", None)
386
387
if enable_eplb:
388
- if not self.supports_eplb:
+ if self.supports_eplb:
389
assert expert_load_view is not None
390
assert logical_to_physical_map is not None
391
assert logical_replica_count is not None
0 commit comments