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

Commit 03fbd31

Browse files
committed
Change ET and PT
1 parent c2fda17 commit 03fbd31

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-
ca889fb59b06ec8bf07d4c0c56fed2b59d0d0a37
1+
6328d41eb87ee2fe8a8c0c5532e0b07ec4e90c73

install/install_requirements.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ fi
4848
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
4949
# package versions.
5050

51-
PYTORCH_NIGHTLY_VERSION=dev20240911
51+
PYTORCH_NIGHTLY_VERSION=dev20240913
5252

5353
# Nightly version for torchvision
54-
VISION_NIGHTLY_VERSION=dev20240911
54+
VISION_NIGHTLY_VERSION=dev20240913
5555

5656
# Nightly version for torchtune
5757
TUNE_NIGHTLY_VERSION=dev20240910
@@ -75,7 +75,7 @@ fi
7575

7676
# pip packages needed by exir.
7777
REQUIREMENTS_TO_INSTALL=(
78-
torch=="2.5.0.${PYTORCH_NIGHTLY_VERSION}"
78+
torch=="2.6.0.${PYTORCH_NIGHTLY_VERSION}"
7979
torchvision=="0.20.0.${VISION_NIGHTLY_VERSION}"
8080
torchtune=="0.3.0.${TUNE_NIGHTLY_VERSION}"
8181
)

0 commit comments

Comments
 (0)