From 29efc335b500e15d53ae07f02deeb35990c7e0ca Mon Sep 17 00:00:00 2001 From: Ke Wen Date: Thu, 2 May 2024 13:38:25 -0700 Subject: [PATCH] Use non-strict mode by default --- pippy/_IR.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pippy/_IR.py b/pippy/_IR.py index 5e2e9c23a..3ea2fca81 100644 --- a/pippy/_IR.py +++ b/pippy/_IR.py @@ -1142,6 +1142,7 @@ def _trace_with_export( mod, example_args, example_kwargs, + strict=False, ) return ep