Skip to content

Commit 0eec190

Browse files
committed
disable a test for torch 2.8
1 parent d35dc23 commit 0eec190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_unittests/ut_torch_export_patches/test_patch_torch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ def _batch1(t):
441441
got = ep.module()(**torch_deepcopy(inputs))
442442
self.assertEqualArrayAny(expected, got)
443443

444+
@requires_torch("2.9", "Eq(s3, Max(s10, s3)) is inconsistent!")
444445
def test_patch_tiny_llm_dim_meta_level_1(self):
445446
class Model(torch.nn.Module):
446447
def forward(self, x, ind1, ind2):

0 commit comments

Comments
 (0)