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

Commit 912f67f

Browse files
authored
Update install_requirements.sh to pt/pt dev20241217
1 parent 56be609 commit 912f67f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/install_requirements.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ 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=dev20241213
65+
PYTORCH_NIGHTLY_VERSION=dev20241217
6666

6767
# Nightly version for torchvision
68-
VISION_NIGHTLY_VERSION=dev20241213
68+
VISION_NIGHTLY_VERSION=dev20241217
6969

7070
# Nightly version for torchtune
7171
TUNE_NIGHTLY_VERSION=dev20241126

0 commit comments

Comments
 (0)