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

Commit b884e29

Browse files
authored
Merge branch 'main' into yanbing/fix_1389
2 parents 29d4ab7 + 326c1fe commit b884e29

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=dev20241010
65+
PYTORCH_NIGHTLY_VERSION=dev20241013
6666

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

7070
# Nightly version for torchtune
71-
TUNE_NIGHTLY_VERSION=dev20241010
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)