Skip to content

Commit 0ec859a

Browse files
committed
4.56
1 parent 9062ac3 commit 0ec859a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_tasks/test_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def test_falcon_mamba_dev(self):
287287
model(**inputs)
288288
model(**data["inputs2"])
289289
self.assertIn((data["size"], data["n_weights"]), [(274958336, 68739584)])
290-
if not has_transformers("4.55"):
290+
if not has_transformers("4.56"):
291291
raise unittest.SkipTest("The model has control flow.")
292292
with torch_export_patches(patch_transformers=True, verbose=10, stop_if_static=1):
293293
torch.export.export(

0 commit comments

Comments
 (0)