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 e5f8de5 commit 1b092b5Copy full SHA for 1b092b5
install_dev.py
@@ -5,7 +5,7 @@
5
6
def install_torch_nightly_deps():
7
"""Install torch related dependencies from pinned nightly"""
8
- EXECUTORCH_NIGHTLY_VERSION = "dev20250620"
+ EXECUTORCH_NIGHTLY_VERSION = "dev20250625"
9
TORCHAO_NIGHTLY_VERSION = "dev20250620"
10
# Torch nightly is aligned with pinned nightly in https://github.com/pytorch/executorch/blob/main/install_requirements.py#L74
11
TORCH_NIGHTLY_VERSION = "dev20250601"
0 commit comments