File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
.ci/docker/ci_commit_pins Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 4d4abec80f03cd8fdefe1d9cb3a60d3690cd777e
1+ 76e5df3866f11712a3e6306bb0e5055c223c78f3
Original file line number Diff line number Diff 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
7777def 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 ),
You can’t perform that action at this time.
0 commit comments