Skip to content

Commit 1cc64fe

Browse files
guangy10facebook-github-bot
authored andcommitted
Re-enable ir validation for example models (#492)
Summary: Pull Request resolved: #492 As titled. Decomp fixes are synced so we can re-enable the check Reviewed By: cccclai Differential Revision: D49647305 fbshipit-source-id: 45118b784c9f8a60e2f8f2a388ce02b6cf789b04
1 parent 4f9a01d commit 1cc64fe

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)