Skip to content

Commit 6c19f3e

Browse files
[Hardware] Disable compile of diffusion on XPU (#1148)
Signed-off-by: zhenwei-intel <zhenwei.liu@intel.com>
1 parent 4d8e290 commit 6c19f3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vllm_omni/platforms/xpu/platform.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ def get_diffusion_attn_backend_cls(
4545

4646
@classmethod
4747
def supports_torch_inductor(cls) -> bool:
48-
return True
48+
# TODO: Enable this when torch compile bugs are resolved
49+
return False
4950

5051
@classmethod
5152
def get_default_stage_config_path(cls) -> str:

0 commit comments

Comments
 (0)