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

Commit dda0300

Browse files
authored
Update install_requirements.sh to 1218
1 parent 912f67f commit dda0300

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=dev20241217
65+
PYTORCH_NIGHTLY_VERSION=dev20241218
6666

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

7070
# Nightly version for torchtune
7171
TUNE_NIGHTLY_VERSION=dev20241126

0 commit comments

Comments
 (0)