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):