Skip to content

Commit 466c642

Browse files
Gasoonjiafacebook-github-bot
authored andcommitted
pin bump pt core to 0915 (#14312)
Summary: as tile Reviewed By: larryliu0820 Differential Revision: D82479094
1 parent 720aea5 commit 466c642

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4d4abec80f03cd8fdefe1d9cb3a60d3690cd777e
1+
76e5df3866f11712a3e6306bb0e5055c223c78f3

install_requirements.py

Lines changed: 3 additions & 3 deletions
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 = "dev20250906"
74+
NIGHTLY_VERSION = "dev20250915"
7575

7676

7777
def install_requirements(use_pytorch_nightly):
@@ -89,7 +89,7 @@ def install_requirements(use_pytorch_nightly):
8989
# Setting use_pytorch_nightly to false to test the pinned PyTorch commit. Note
9090
# that we don't need to set any version number there because they have already
9191
# been installed on CI before this step, so pip won't reinstall them
92-
f"torch==2.9.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torch",
92+
f"torch==2.10.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torch",
9393
]
9494

9595
# Install the requirements for core ExecuTorch package.
@@ -150,7 +150,7 @@ def install_optional_example_requirements(use_pytorch_nightly):
150150
print("Installing torch domain libraries")
151151
DOMAIN_LIBRARIES = [
152152
(
153-
f"torchvision==0.24.0.{NIGHTLY_VERSION}"
153+
f"torchvision==0.25.0.{NIGHTLY_VERSION}"
154154
if use_pytorch_nightly
155155
else "torchvision"
156156
),

0 commit comments

Comments
 (0)