From baac153e30b35f0ae592fe8d6e9bf795f0f5b8ec Mon Sep 17 00:00:00 2001 From: Chen Lai Date: Wed, 5 Mar 2025 11:10:08 -0800 Subject: [PATCH] bump pytorch version (#8922) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/8922 Differential Revision: D70542319 --- .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 2c2d910da92..0629f9f72ab 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -27e35de6c288bffad1b4d18b393579c1d1a95547 +08434df1f2f88c9770e59246caa2ff9c6f613270 diff --git a/install_requirements.py b/install_requirements.py index e0e9629db78..06dfbd9e9a6 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 = "dev20250131" +NIGHTLY_VERSION = "dev20250301" def install_requirements(use_pytorch_nightly):