Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/docker/ci_commit_pins/pytorch.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5616fa4a68718ead203314a3467f7dd9547153ae
724da4eecc6c0ae561efbdcb371ac3f07a7ba8bd
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be the other hash be2ad70cfa1360da5c23a04ff6ca3480fa02f278

https://hud2.pytorch.org/pytorch/pytorch/commit/724da4eecc6c0ae561efbdcb371ac3f07a7ba8bd

2 changes: 1 addition & 1 deletion install_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
Loading