Skip to content

Commit 0691ae1

Browse files
authored
Bump torch nightly pin (#6594)
* Bump torch nightly pin * ci pin
1 parent ebe4911 commit 0691ae1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
23d590e518688f96e1d1947a08e9ca27df3e67e4
1+
e47e8794499a4a0130ff4efb8713ff93f4b40c36

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def python_is_compatible():
112112
# NOTE: If a newly-fetched version of the executorch repo changes the value of
113113
# NIGHTLY_VERSION, you should re-run this script to install the necessary
114114
# package versions.
115-
NIGHTLY_VERSION = "dev20241019"
115+
NIGHTLY_VERSION = "dev20241030"
116116

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

0 commit comments

Comments
 (0)