Skip to content

Commit c672b73

Browse files
committed
0.5
1 parent c972b78 commit c672b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_export/test_jit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_dummy_loop(self):
6262

6363
@hide_stdout()
6464
@ignore_warnings(UserWarning)
65-
@requires_onnxscript("0.4")
65+
@requires_onnxscript("0.5")
6666
def test_export_loop_onnxscript(self):
6767
class Model(torch.nn.Module):
6868
def forward(self, images, position):

0 commit comments

Comments
 (0)