Skip to content

Commit 856d385

Browse files
committed
remove uses of self.fused_experts
Signed-off-by: Bill Nell <bnell@redhat.com>
1 parent 3463197 commit 856d385

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

vllm/model_executor/layers/fused_moe/layer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ def using_modular_kernel(self) -> bool:
342342
return True
343343

344344
@property
345-
@abstractmethod
346345
def supports_eplb(self) -> bool:
347346
return self._supports_eplb
348347

0 commit comments

Comments
 (0)