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

Commit 59e00d5

Browse files
committed
Test nightly with updated vision
1 parent 5a80f5f commit 59e00d5

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=dev20241126
65+
PYTORCH_NIGHTLY_VERSION=dev20241206
6666

6767
# Nightly version for torchvision
68-
VISION_NIGHTLY_VERSION=dev20241126
68+
VISION_NIGHTLY_VERSION=dev20241206
6969

7070
# Nightly version for torchtune
7171
TUNE_NIGHTLY_VERSION=dev20241126

0 commit comments

Comments
 (0)