Skip to content

Commit acdc160

Browse files
committed
4.56
1 parent c154f16 commit acdc160

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
@@ -293,7 +293,7 @@ def test_falcon_mamba_dev(self):
293293
model(**inputs)
294294
model(**data["inputs2"])
295295
self.assertIn((data["size"], data["n_weights"]), [(274958336, 68739584)])
296-
if not has_transformers("4.56"):
296+
if not has_transformers("4.57"):
297297
raise unittest.SkipTest("The model has control flow.")
298298
with torch_export_patches(patch_transformers=True, verbose=10, stop_if_static=1):
299299
torch.export.export(

0 commit comments

Comments
 (0)