Skip to content

Commit 32f6dee

Browse files
committed
disable a test
1 parent a9c08f9 commit 32f6dee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_unittests/ut_export/test_jit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_dummy_loop(self):
6161

6262
@hide_stdout()
6363
@ignore_warnings(UserWarning)
64-
@requires_onnxscript("0.5")
64+
@requires_onnxscript("0.7")
6565
def test_export_loop_onnxscript(self):
6666
class Model(torch.nn.Module):
6767
def forward(self, images, position):
@@ -89,7 +89,6 @@ def forward(self, images, position):
8989
(x, y),
9090
name2,
9191
dynamic_shapes={"images": {0: "batch", 1: "maxdim"}, "position": {0: "batch"}},
92-
dynamo=True,
9392
fallback=False,
9493
)
9594
import onnxruntime

0 commit comments

Comments
 (0)