Skip to content

Commit 6e40ec0

Browse files
Jack-Khuuvmpuri
authored andcommitted
Update PT Pin to 1013 (#1407)
* Update PT Pin to 1015 * Update install_requirements.sh
1 parent 4e621ce commit 6e40ec0

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)