We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ebd12 commit 109f99bCopy full SHA for 109f99b
modules/token_merging/tests/test_precommit.py
@@ -74,7 +74,8 @@ def test_timm(self):
74
dynamic_axes={
75
"image": {0: "batch"},
76
"output": {0: "batch"},
77
- }
+ },
78
+ dynamo=False, # This keeps using the classic ONNX exporter (works in PyTorch 1.x – 2.5+).
79
)
80
compiled_model = ov.compile_model(model_file)
81
self.assertTrue(compiled_model)
0 commit comments