Skip to content

Commit 91a21c6

Browse files
guangy10facebook-github-bot
authored andcommitted
Re-enable ir validation for example models (#492)
Summary: As titled. Decomp fixes are synced so we can re-enable the check Reviewed By: cccclai Differential Revision: D49647305
1 parent 2500d3a commit 91a21c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/export/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
_EDGE_COMPILE_CONFIG = exir.EdgeCompileConfig(
20-
_check_ir_validity=False,
20+
_check_ir_validity=True,
2121
)
2222

2323

0 commit comments

Comments
 (0)