File tree 2 files changed +3
-3
lines changed
.ci/docker/ci_commit_pins 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- aec9b2ab77389967ef39bb9c10662fd0fe3e185a
1
+ 21a304b17ffa9288b0357633d00804a646bb8a15
Original file line number Diff line number Diff line change @@ -94,14 +94,14 @@ def python_is_compatible():
94
94
# NOTE: If a newly-fetched version of the executorch repo changes the value of
95
95
# NIGHTLY_VERSION, you should re-run this script to install the necessary
96
96
# package versions.
97
- NIGHTLY_VERSION = "dev20240912 "
97
+ NIGHTLY_VERSION = "dev20240925 "
98
98
99
99
# The pip repository that hosts nightly torch packages.
100
100
TORCH_NIGHTLY_URL = "https://download.pytorch.org/whl/nightly/cpu"
101
101
102
102
# pip packages needed by exir.
103
103
EXIR_REQUIREMENTS = [
104
- f"torch==2.5 .0.{ NIGHTLY_VERSION } " ,
104
+ f"torch==2.6 .0.{ NIGHTLY_VERSION } " ,
105
105
f"torchvision==0.20.0.{ NIGHTLY_VERSION } " , # For testing.
106
106
"typing-extensions" ,
107
107
]
You can’t perform that action at this time.
0 commit comments