Skip to content

Commit 73cc8d2

Browse files
authored
Update install_requirements.sh
1 parent 5ffce7f commit 73cc8d2

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
@@ -62,13 +62,13 @@ 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=dev20241015
65+
PYTORCH_NIGHTLY_VERSION=dev20241013
6666

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

7070
# Nightly version for torchtune
71-
TUNE_NIGHTLY_VERSION=dev20241015
71+
TUNE_NIGHTLY_VERSION=dev20241013
7272

7373
# Uninstall triton, as nightly will depend on pytorch-triton, which is one and the same
7474
(

0 commit comments

Comments
 (0)