Skip to content

Commit d5d2950

Browse files
committed
fix
Signed-off-by: Bill Nell <bnell@redhat.com>
1 parent 373f3ff commit d5d2950

File tree

1 file changed

+1
-1
lines changed
  • vllm/model_executor/layers/fused_moe

1 file changed

+1
-1
lines changed

vllm/model_executor/layers/fused_moe/layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def apply(
385385
zero_expert_type = getattr(layer, "zero_expert_type", None)
386386

387387
if enable_eplb:
388-
if not self.supports_eplb:
388+
if self.supports_eplb:
389389
assert expert_load_view is not None
390390
assert logical_to_physical_map is not None
391391
assert logical_replica_count is not None

0 commit comments

Comments
 (0)