From 788817fa9dccff94a8093ae3d31bee73ff85ee0c Mon Sep 17 00:00:00 2001 From: Max Ren Date: Tue, 8 Apr 2025 12:15:01 -0700 Subject: [PATCH] Update [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 ee800549518..7a15ad5d584 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -59d5cf083b4f860dea76fe8936076177f9367f10 +836955bdbdeb299e6937065299564fb44ec422c2 diff --git a/install_requirements.py b/install_requirements.py index 4c468b979d1..73a344f606f 100644 --- a/install_requirements.py +++ b/install_requirements.py @@ -71,7 +71,7 @@ def python_is_compatible(): # # NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt # by picking the hash from the same date in https://hud.pytorch.org/hud/pytorch/pytorch/nightly/ -NIGHTLY_VERSION = "dev20250325" +NIGHTLY_VERSION = "dev20250408" def install_requirements(use_pytorch_nightly):