Skip to content

Commit ad5893f

Browse files
committed
fix
1 parent a065e76 commit ad5893f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_unittests/ut_export/test_shape_helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class TestShapeHelper(ExtTestCase):
9-
@requires_transformers("4.42")
9+
@requires_transformers("4.52")
1010
@requires_torch("2.7.99")
1111
def test_all_dynamic_shape_from_inputs(self):
1212
ds = all_dynamic_shape_from_inputs((torch.randn((5, 6)), torch.randn((1, 6))))
@@ -22,7 +22,7 @@ def test_all_dynamic_shape_from_inputs(self):
2222
ds,
2323
)
2424

25-
@requires_transformers("4.42")
25+
@requires_transformers("4.52")
2626
@requires_torch("2.7.99")
2727
def test_all_dynamic_shape_from_inputs_dynamic_cache(self):
2828
data = get_untrained_model_with_inputs("arnir0/Tiny-LLM")

0 commit comments

Comments
 (0)