Skip to content

Commit df737cc

Browse files
committed
xfail full compilation for Qwen for now.
1 parent 34dd6cf commit df737cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/models/transformers/test_models_transformer_qwenimage.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
import unittest
1717

18+
import pytest
1819
import torch
1920

2021
from diffusers import QwenImageTransformer2DModel
@@ -99,3 +100,7 @@ def prepare_init_args_and_inputs_for_common(self):
99100

100101
def prepare_dummy_input(self, height, width):
101102
return QwenImageTransformerTests().prepare_dummy_input(height=height, width=width)
103+
104+
@pytest.mark.xfail(condition=True, reason="RoPE needs to be revisited.", strict=True)
105+
def test_torch_compile_recompilation_and_graph_break(self):
106+
pass

0 commit comments

Comments
 (0)