We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917d6cc commit 0d2065cCopy full SHA for 0d2065c
install_requirements.py
@@ -106,7 +106,7 @@ def python_is_compatible():
106
# NOTE: If a newly-fetched version of the executorch repo changes the value of
107
# NIGHTLY_VERSION, you should re-run this script to install the necessary
108
# package versions.
109
-NIGHTLY_VERSION = "dev20241007"
+NIGHTLY_VERSION = "dev20241102"
110
111
# The pip repository that hosts nightly torch packages.
112
TORCH_NIGHTLY_URL = "https://download.pytorch.org/whl/nightly/cpu"
0 commit comments