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

Commit 1f5e7f6

Browse files
authored
Update pins to dev20241219
1 parent cc0ffce commit 1f5e7f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/install_requirements.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ echo "Using pip executable: $PIP_EXECUTABLE"
5151
# NOTE: If a newly-fetched version of the executorch repo changes the value of
5252
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
5353
# package versions.
54-
PYTORCH_NIGHTLY_VERSION=dev20241218
54+
PYTORCH_NIGHTLY_VERSION=dev20241219
5555

5656
# Nightly version for torchvision
57-
VISION_NIGHTLY_VERSION=dev20241218
57+
VISION_NIGHTLY_VERSION=dev20241219
5858

5959
# Nightly version for torchtune
60-
TUNE_NIGHTLY_VERSION=dev20241218
60+
TUNE_NIGHTLY_VERSION=dev20241219
6161

6262
# Uninstall triton, as nightly will depend on pytorch-triton, which is one and the same
6363
(

0 commit comments

Comments
 (0)