From 03fe67b2ca0170e6d1dc7f2f17684e1051f9ce75 Mon Sep 17 00:00:00 2001 From: Chen Lai Date: Wed, 12 Mar 2025 17:26:05 -0700 Subject: [PATCH] bump pytorch version Differential Revision: D71084538 --- .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 0629f9f72ab..b17dd3f8f95 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -08434df1f2f88c9770e59246caa2ff9c6f613270 +295f2ed4d103017f7e19a7b8263ece606cd629db diff --git a/install_requirements.py b/install_requirements.py index 06dfbd9e9a6..9353dad180e 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 = "dev20250301" +NIGHTLY_VERSION = "dev20250311" def install_requirements(use_pytorch_nightly):