From acedd13761edaa9bec20629590eef7119c5968aa Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Fri, 31 Jan 2025 09:17:28 -0800 Subject: [PATCH 1/4] Update [ghstack-poisoned] --- .ci/docker/ci_commit_pins/pytorch.txt | 2 +- install_requirements.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/docker/ci_commit_pins/pytorch.txt b/.ci/docker/ci_commit_pins/pytorch.txt index 9182b03d389..2c2d910da92 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -0a94bb432ed75cc2d950d81b2921363218a7e459 +27e35de6c288bffad1b4d18b393579c1d1a95547 diff --git a/install_requirements.py b/install_requirements.py index c634e483945..bd7d7a54d7d 100644 --- a/install_requirements.py +++ b/install_requirements.py @@ -67,7 +67,7 @@ def python_is_compatible(): # NOTE: If a newly-fetched version of the executorch repo changes the value of # NIGHTLY_VERSION, you should re-run this script to install the necessary # package versions. -NIGHTLY_VERSION = "dev20250104" +NIGHTLY_VERSION = "dev20250131" def install_requirements(use_pytorch_nightly): From 9700e729dce108263bf5f665eeda72dc8718ca28 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Fri, 31 Jan 2025 10:09:07 -0800 Subject: [PATCH 2/4] Update [ghstack-poisoned] --- install_requirements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_requirements.py b/install_requirements.py index bd7d7a54d7d..e0e9629db78 100644 --- a/install_requirements.py +++ b/install_requirements.py @@ -76,7 +76,7 @@ def install_requirements(use_pytorch_nightly): # Setting use_pytorch_nightly to false to test the pinned PyTorch commit. Note # that we don't need to set any version number there because they have already # been installed on CI before this step, so pip won't reinstall them - f"torch==2.6.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torch", + f"torch==2.7.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torch", ( f"torchvision==0.22.0.{NIGHTLY_VERSION}" if use_pytorch_nightly From 35d1fb402af55dfa45f8c59cc842ad3f46e925b4 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Fri, 31 Jan 2025 11:23:43 -0800 Subject: [PATCH 3/4] Update [ghstack-poisoned] --- .ci/scripts/setup-macos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/scripts/setup-macos.sh b/.ci/scripts/setup-macos.sh index 395f0c1767e..75f999af410 100755 --- a/.ci/scripts/setup-macos.sh +++ b/.ci/scripts/setup-macos.sh @@ -121,6 +121,7 @@ setup_macos_env_variables # NB: we need buck2 in all cases because cmake build also depends on calling # buck2 atm install_buck +brew install libomp install_pip_dependencies # TODO(huydhn): Unlike our self-hosted runner, GitHub runner doesn't have access From 444dd52feeec7645e0599325f87a29a9928a6170 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Mon, 3 Feb 2025 18:39:51 -0800 Subject: [PATCH 4/4] Update [ghstack-poisoned] --- backends/arm/test/models/test_conformer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/arm/test/models/test_conformer.py b/backends/arm/test/models/test_conformer.py index 65cd05d2704..e3be7811dd1 100644 --- a/backends/arm/test/models/test_conformer.py +++ b/backends/arm/test/models/test_conformer.py @@ -34,7 +34,7 @@ class TestConformer(unittest.TestCase): "executorch_exir_dialects_edge__ops_aten_where_self": 4, "executorch_exir_dialects_edge__ops_aten_logical_not_default": 4, "executorch_exir_dialects_edge__ops_aten_any_dim": 2, - "torch.ops.aten._assert_scalar.default": 12, + "torch.ops.aten._assert_scalar.default": 10, "torch.ops.aten._local_scalar_dense.default": 1, "torch.ops.aten.scalar_tensor.default": 2, "torch.ops.higher_order.executorch_call_delegate": 5,