From cdf06252b38716ac8cf3ffaebb9452a4e21429ca Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Fri, 22 Nov 2024 16:33:05 -0800 Subject: [PATCH] Bump ExecuTorch's PyTorch nightly pin to dev20241121 Require at least 11/18 to unblock https://github.com/pytorch/executorch/pull/7040 . Differential Revision: [D66398425](https://our.internmc.facebook.com/intern/diff/D66398425/) [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 d1e1e4843bc..faf8dcbd7ca 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -19eff28ff3f19b50da46f5a9ff5f4d4d213806fe +e0482fdf95eb3ce679fa442b50871d113ceb673b diff --git a/install_requirements.py b/install_requirements.py index 90e10373293..f15dde5ec9f 100644 --- a/install_requirements.py +++ b/install_requirements.py @@ -112,7 +112,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 = "dev20241112" +NIGHTLY_VERSION = "dev20241121" # The pip repository that hosts nightly torch packages. TORCH_NIGHTLY_URL = "https://download.pytorch.org/whl/nightly/cpu"