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 2ceb728 commit 98bc77fCopy full SHA for 98bc77f
_unittests/ut_torch_models/test_test_helpers.py
@@ -8,6 +8,7 @@
8
ignore_warnings,
9
requires_torch,
10
requires_experimental,
11
+ requires_onnxscript,
12
)
13
from onnx_diagnostic.torch_models.test_helper import (
14
get_inputs_for_task,
@@ -88,6 +89,7 @@ def test_validate_model_onnx_dynamo_ir(self):
88
89
90
91
@requires_torch("2.7")
92
+ @requires_onnxscript("0.4")
93
@hide_stdout()
94
@ignore_warnings(FutureWarning)
95
def test_validate_model_onnx_dynamo_os_ort(self):
0 commit comments