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 ffc3f46 commit 3ce7978Copy full SHA for 3ce7978
_unittests/ut_torch_models/test_test_helpers.py
@@ -64,7 +64,7 @@ def test_validate_model_onnx(self):
64
exporter="onnx-dynamo",
65
dump_folder="dump_test_validate_model_onnx",
66
patch=True,
67
- stop_if_static=pv.Version(torch.__version__) > pv.Version("2.6"),
+ stop_if_static=2 if pv.Version(torch.__version__) > pv.Version("2.6") else 0,
68
)
69
self.assertIsInstance(summary, dict)
70
self.assertIsInstance(data, dict)
0 commit comments