Skip to content

Commit bfe5826

Browse files
authored
Update install_requirements.sh to 20241213
Should fix the MacOS wheel regression
1 parent bdd2356 commit bfe5826

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=dev20241210
65+
PYTORCH_NIGHTLY_VERSION=dev20241213
6666

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

7070
# Nightly version for torchtune
7171
TUNE_NIGHTLY_VERSION=dev20241126

0 commit comments

Comments
 (0)