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 236c52d commit 4e996e7Copy full SHA for 4e996e7
vllm/model_executor/layers/fused_moe/layer.py
@@ -381,7 +381,7 @@ def apply(
381
zero_expert_type = getattr(layer, "zero_expert_type", None)
382
383
if enable_eplb:
384
- if not self.supports_eplb:
+ if self.supports_eplb:
385
assert expert_load_view is not None
386
assert logical_to_physical_map is not None
387
assert logical_replica_count is not None
0 commit comments