From e6a25bfd323660b4e34c8f47fd439c25a2d66b84 Mon Sep 17 00:00:00 2001 From: Mengwei Liu Date: Tue, 12 Nov 2024 21:51:51 -0800 Subject: [PATCH] [llama-mm] Bump PyTorch pin to 11/12 Summary: As titled. Test Plan: Rely on CI jobs. Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: 85c2c56c23ed6edf008c8a287a287bb3747e71a9 Pull Request resolved: https://github.com/pytorch/executorch/pull/6805 --- .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 3d53f1cef1d..d1e1e4843bc 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -c8a648d4dffb9f0133ff4a2ea0e660b42105d3ad +19eff28ff3f19b50da46f5a9ff5f4d4d213806fe diff --git a/install_requirements.py b/install_requirements.py index 40d2a3820c1..826d8cf9d2e 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 = "dev20241101" +NIGHTLY_VERSION = "dev20241112" # The pip repository that hosts nightly torch packages. TORCH_NIGHTLY_URL = "https://download.pytorch.org/whl/nightly/cpu"