Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit ca340c7

Browse files
committed
[Distributed] Bump torch version
1 parent 1980a69 commit ca340c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/install_requirements.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747
# NOTE: If a newly-fetched version of the executorch repo changes the value of
4848
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
4949
# package versions.
50-
PYTORCH_NIGHTLY_VERSION=dev20240901
50+
PYTORCH_NIGHTLY_VERSION=dev20240925
5151

5252
# Nightly version for torchvision
5353
VISION_NIGHTLY_VERSION=dev20240901
@@ -70,7 +70,7 @@ fi
7070

7171
# pip packages needed by exir.
7272
REQUIREMENTS_TO_INSTALL=(
73-
torch=="2.5.0.${PYTORCH_NIGHTLY_VERSION}"
73+
torch=="2.6.0.${PYTORCH_NIGHTLY_VERSION}"
7474
torchvision=="0.20.0.${VISION_NIGHTLY_VERSION}"
7575
)
7676

0 commit comments

Comments
 (0)