Skip to content

Commit ecdb4e3

Browse files
bump PT pins to April 18th (#1531)
1 parent f7c4f14 commit ecdb4e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/install_torch.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ echo "Using pip executable: $PIP_EXECUTABLE"
3434
# NOTE: If a newly-fetched version of the executorch repo changes the value of
3535
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
3636
# package versions.
37-
PYTORCH_NIGHTLY_VERSION=dev20250417
37+
PYTORCH_NIGHTLY_VERSION=dev20250418
3838

3939
# Nightly version for torchvision
40-
VISION_NIGHTLY_VERSION=dev20250417
40+
VISION_NIGHTLY_VERSION=dev20250418
4141

4242
# Nightly version for torchtune
43-
TUNE_NIGHTLY_VERSION=dev20250417
43+
TUNE_NIGHTLY_VERSION=dev20250418
4444

4545
# The pip repository that hosts nightly torch packages. cpu by default.
4646
# If cuda is available, based on presence of nvidia-smi, install the pytorch nightly

0 commit comments

Comments
 (0)