Skip to content

Commit 1b092b5

Browse files
authored
Update install_dev.py
1 parent e5f8de5 commit 1b092b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def install_torch_nightly_deps():
77
"""Install torch related dependencies from pinned nightly"""
8-
EXECUTORCH_NIGHTLY_VERSION = "dev20250620"
8+
EXECUTORCH_NIGHTLY_VERSION = "dev20250625"
99
TORCHAO_NIGHTLY_VERSION = "dev20250620"
1010
# Torch nightly is aligned with pinned nightly in https://github.com/pytorch/executorch/blob/main/install_requirements.py#L74
1111
TORCH_NIGHTLY_VERSION = "dev20250601"

0 commit comments

Comments
 (0)