Skip to content

Commit 489937c

Browse files
committed
fix comment
Signed-off-by: Yan Ma <yan.ma@intel.com>
1 parent 40bee1e commit 489937c

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
@@ -542,7 +542,7 @@ def forward_xpu(
542542
logical_to_physical_map is not None or \
543543
logical_replica_count is not None:
544544
raise NotImplementedError("Expert load balancing is not supported "
545-
"for CPU.")
545+
"for XPU.")
546546
assert custom_routing_function is None
547547
return layer.ipex_fusion(
548548
x,

0 commit comments

Comments
 (0)