Skip to content

Commit aee32cd

Browse files
committed
Bump PT pin to 20241014
1 parent 4fdbe10 commit aee32cd

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
@@ -62,10 +62,10 @@ echo "Using pip executable: $PIP_EXECUTABLE"
6262
# NOTE: If a newly-fetched version of the executorch repo changes the value of
6363
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
6464
# package versions.
65-
PYTORCH_NIGHTLY_VERSION=dev20241013
65+
PYTORCH_NIGHTLY_VERSION=dev20241014
6666

6767
# Nightly version for torchvision
68-
VISION_NIGHTLY_VERSION=dev20241013
68+
VISION_NIGHTLY_VERSION=dev20241014
6969

7070
# Nightly version for torchtune
7171
TUNE_NIGHTLY_VERSION=dev20241013

0 commit comments

Comments
 (0)