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 c672b73 commit c126453Copy full SHA for c126453
_unittests/ut_torch_models/test_validate_whole_models.py
@@ -96,7 +96,7 @@ def test_f_validate_model_onnx_dynamo_ir(self):
96
)
97
98
@requires_torch("2.7")
99
- @requires_onnxscript("0.4")
+ @requires_onnxscript("0.5")
100
@hide_stdout()
101
@ignore_warnings(FutureWarning)
102
def test_g_validate_model_onnx_dynamo_os_ort(self):
0 commit comments