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

Commit 7d8e1d8

Browse files
committed
Pin Bump PT 20241002; Pin Bump ET to one using that PT pin
1 parent 766bee9 commit 7d8e1d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install/.pins/et-pin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
286799c9c844ce6427b8eca260f9b2f28be03291
1+
a4fcdcdc22f7f5ea5522199c5653670a65e04e28

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=dev20240901
50+
PYTORCH_NIGHTLY_VERSION=dev20241002
5151

5252
# Nightly version for torchvision
53-
VISION_NIGHTLY_VERSION=dev20240901
53+
VISION_NIGHTLY_VERSION=dev20241002
5454

5555
# Nightly version for torchtune
5656
TUNE_NIGHTLY_VERSION=dev20240928
@@ -73,7 +73,7 @@ fi
7373

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

0 commit comments

Comments
 (0)