Skip to content

Commit 7083b24

Browse files
authored
Bump torch nightly pin
1 parent 6086d6e commit 7083b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.py

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

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

0 commit comments

Comments
 (0)