Skip to content

Commit c23a41c

Browse files
committed
address comments
Signed-off-by: Kunshang Ji <[email protected]>
1 parent a20a8b4 commit c23a41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/compilation/fix_functionalization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __call__(self, graph: torch.fx.Graph):
3030
# XPU does not support auto-functionalization yet.
3131
# Will enable this when switch to vllm-xpu-kernels.
3232
if current_platform.is_xpu():
33-
logger.debug("XPU platform does not support fix functionality"
33+
logger.debug("XPU platform does not support fix functionalization"
3434
"pass currently.")
3535
return
3636

0 commit comments

Comments
 (0)