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 c972b78 commit c672b73Copy full SHA for c672b73
_unittests/ut_export/test_jit.py
@@ -62,7 +62,7 @@ def test_dummy_loop(self):
62
63
@hide_stdout()
64
@ignore_warnings(UserWarning)
65
- @requires_onnxscript("0.4")
+ @requires_onnxscript("0.5")
66
def test_export_loop_onnxscript(self):
67
class Model(torch.nn.Module):
68
def forward(self, images, position):
0 commit comments