Skip to content

Commit 98bc77f

Browse files
committed
fix
1 parent 2ceb728 commit 98bc77f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_unittests/ut_torch_models/test_test_helpers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
ignore_warnings,
99
requires_torch,
1010
requires_experimental,
11+
requires_onnxscript,
1112
)
1213
from onnx_diagnostic.torch_models.test_helper import (
1314
get_inputs_for_task,
@@ -88,6 +89,7 @@ def test_validate_model_onnx_dynamo_ir(self):
8889
)
8990

9091
@requires_torch("2.7")
92+
@requires_onnxscript("0.4")
9193
@hide_stdout()
9294
@ignore_warnings(FutureWarning)
9395
def test_validate_model_onnx_dynamo_os_ort(self):

0 commit comments

Comments
 (0)