From 8388fa0dd7a802bd5aaaa2286943a5ebc61563a0 Mon Sep 17 00:00:00 2001 From: "Yanan Cao (PyTorch)" Date: Thu, 19 Dec 2024 10:56:38 -0800 Subject: [PATCH] executorch/test/end2end (#7388) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/7388 Reviewed By: avikchaudhuri, ydwu4 Differential Revision: D67384160 --- test/end2end/exported_module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/end2end/exported_module.py b/test/end2end/exported_module.py index 12aa938c0a4..81d7ff9f6cb 100644 --- a/test/end2end/exported_module.py +++ b/test/end2end/exported_module.py @@ -190,6 +190,7 @@ def __init__(self, method): if method_name_to_dynamic_shapes else None ), + strict=True, ) exec_prog = to_edge(