diff --git a/.ci/docker/ci_commit_pins/pytorch.txt b/.ci/docker/ci_commit_pins/pytorch.txt index bb8caf3ffeb..900002849ea 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -5616fa4a68718ead203314a3467f7dd9547153ae +724da4eecc6c0ae561efbdcb371ac3f07a7ba8bd diff --git a/install_requirements.py b/install_requirements.py index f60020dbbbf..aadd69e7548 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 = "dev20250601" +NIGHTLY_VERSION = "dev20250609" def install_requirements(use_pytorch_nightly):