Skip to content

Commit 5742fc0

Browse files
guangy10facebook-github-bot
authored andcommitted
Re-enable ir validation for example models
Summary: As titled. Decomp fixes are synced so we can re-enable the check Differential Revision: D49647305
1 parent f586b59 commit 5742fc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci/docker/ci_commit_pins/nightly.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dev20230920
1+
dev20230926

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

install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install .
1717
# models in executorch/examples/models.
1818
# The version in this file will be the correct version for the
1919
# corresponsing version of the repo.
20-
NIGHTLY_VERSION=dev20230920
20+
NIGHTLY_VERSION=dev20230926
2121

2222
TORCH_VERSION=2.2.0.${NIGHTLY_VERSION}
2323
pip install --force-reinstall --pre torch=="${TORCH_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu

0 commit comments

Comments
 (0)