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 86cd5e0 commit 73cbba2Copy full SHA for 73cbba2
_unittests/ut_torch_models/test_test_helpers.py
@@ -69,7 +69,7 @@ def test_validate_model_export(self):
69
self.assertIsInstance(summary, dict)
70
self.assertIsInstance(data, dict)
71
72
- @requires_torch("2.7")
+ @requires_torch("2.8.99")
73
@hide_stdout()
74
@ignore_warnings(FutureWarning)
75
def test_validate_model_onnx_dynamo_ir(self):
0 commit comments