Skip to content

Commit 3f90ba9

Browse files
committed
Initial bump
1 parent 152e22d commit 3f90ba9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-
aec9b2ab77389967ef39bb9c10662fd0fe3e185a
1+
21a304b17ffa9288b0357633d00804a646bb8a15

install_requirements.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ def python_is_compatible():
9494
# NOTE: If a newly-fetched version of the executorch repo changes the value of
9595
# NIGHTLY_VERSION, you should re-run this script to install the necessary
9696
# package versions.
97-
NIGHTLY_VERSION = "dev20240912"
97+
NIGHTLY_VERSION = "dev20240925"
9898

9999
# The pip repository that hosts nightly torch packages.
100100
TORCH_NIGHTLY_URL = "https://download.pytorch.org/whl/nightly/cpu"
101101

102102
# pip packages needed by exir.
103103
EXIR_REQUIREMENTS = [
104-
f"torch==2.5.0.{NIGHTLY_VERSION}",
104+
f"torch==2.6.0.{NIGHTLY_VERSION}",
105105
f"torchvision==0.20.0.{NIGHTLY_VERSION}", # For testing.
106106
"typing-extensions",
107107
]

0 commit comments

Comments
 (0)