diff --git a/.ci/docker/ci_commit_pins/pytorch.txt b/.ci/docker/ci_commit_pins/pytorch.txt index ee800549518..70a7c998f55 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -59d5cf083b4f860dea76fe8936076177f9367f10 +1a1a32ce5af880709a761c4cd9e9e43fb67e5058 diff --git a/install_requirements.py b/install_requirements.py index 4c468b979d1..180ca9b3c7e 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 = "dev20250414" def install_requirements(use_pytorch_nightly):