Skip to content

Commit f3f72bf

Browse files
committed
Update pin to 9/13
1 parent 6fae164 commit f3f72bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/install_requirements.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ 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=dev20240814
50+
PYTORCH_NIGHTLY_VERSION=dev20240913
5151

5252
# Nightly version for torchvision
53-
VISION_NIGHTLY_VERSION=dev20240814
53+
VISION_NIGHTLY_VERSION=dev20240913
5454

5555
# Nightly version for torchtune
5656
TUNE_NIGHTLY_VERSION=dev20240910
@@ -74,7 +74,7 @@ fi
7474

7575
# pip packages needed by exir.
7676
REQUIREMENTS_TO_INSTALL=(
77-
torch=="2.5.0.${PYTORCH_NIGHTLY_VERSION}"
77+
torch=="2.6.0.${PYTORCH_NIGHTLY_VERSION}"
7878
torchvision=="0.20.0.${VISION_NIGHTLY_VERSION}"
7979
torchtune=="0.3.0.${TUNE_NIGHTLY_VERSION}"
8080
)

0 commit comments

Comments
 (0)