Skip to content

Commit 0d2065c

Browse files
Update install_requirements.py
1 parent 917d6cc commit 0d2065c

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 = "dev20241007"
109+
NIGHTLY_VERSION = "dev20241102"
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)