Skip to content

Commit 28be335

Browse files
gmagogsfmfacebook-github-bot
authored andcommitted
executorch/backends/cadence/aot
Reviewed By: avikchaudhuri Differential Revision: D67381398
1 parent b0bf9aa commit 28be335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cadence/aot/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def export_program(
176176
torch._C._set_mkldnn_enabled(False)
177177

178178
# else: capture the model and return it.
179-
expo_program = export(model, inputs)
179+
expo_program = export(model, inputs, strict=True)
180180

181181
if dump_graphs:
182182
logging.info("Exported graph:")

0 commit comments

Comments
 (0)