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

Commit 7aa96d7

Browse files
authored
Update install_requirements.sh
1 parent 6328935 commit 7aa96d7

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
@@ -60,10 +60,10 @@ echo "Using pip executable: $PIP_EXECUTABLE"
6060
# NOTE: If a newly-fetched version of the executorch repo changes the value of
6161
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
6262
# package versions.
63-
PYTORCH_NIGHTLY_VERSION=dev20241113
63+
PYTORCH_NIGHTLY_VERSION=dev20241114
6464

6565
# Nightly version for torchvision
66-
VISION_NIGHTLY_VERSION=dev20241112
66+
VISION_NIGHTLY_VERSION=dev20241114
6767

6868
# Nightly version for torchtune
6969
TUNE_NIGHTLY_VERSION=dev20241010

0 commit comments

Comments
 (0)