Skip to content

Commit 109f99b

Browse files
committed
dynamo=False
1 parent 88ebd12 commit 109f99b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/token_merging/tests/test_precommit.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ def test_timm(self):
7474
dynamic_axes={
7575
"image": {0: "batch"},
7676
"output": {0: "batch"},
77-
}
77+
},
78+
dynamo=False, # This keeps using the classic ONNX exporter (works in PyTorch 1.x – 2.5+).
7879
)
7980
compiled_model = ov.compile_model(model_file)
8081
self.assertTrue(compiled_model)

0 commit comments

Comments
 (0)