Skip to content

Commit 3a39e3a

Browse files
committed
Bump PyTorch pin to dev20250602
Found the commit hash from https://hud2.pytorch.org/hud/pytorch/pytorch/nightly/0 . ghstack-source-id: 9c7f320 ghstack-comment-id: 2936530681 Pull-Request-resolved: #11318
1 parent 5ef38d3 commit 3a39e3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/docker/ci_commit_pins/pytorch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
01f1cc44cbbfdf6307aa01b803a4ee22f9ade946
1+
64247892a0ca8ed045ad0b530eb87c3dd66590ea

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def python_is_compatible():
7171
#
7272
# NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt
7373
# by picking the hash from the same date in https://hud.pytorch.org/hud/pytorch/pytorch/nightly/
74-
NIGHTLY_VERSION = "dev20250422"
74+
NIGHTLY_VERSION = "dev20250602"
7575

7676

7777
def install_requirements(use_pytorch_nightly):

0 commit comments

Comments
 (0)