Skip to content

Commit 79bb7d5

Browse files
gmagogsfmfacebook-github-bot
authored andcommitted
executorch/backends/cadence/aot (#7378)
Summary: Pull Request resolved: #7378 Reviewed By: avikchaudhuri, ydwu4 Differential Revision: D67381398
1 parent c337bef commit 79bb7d5

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)