Skip to content

Commit f7c4f14

Browse files
authored
Bump PT pins to April 17th (#1529)
Testing pin bump prior to updating install instructions for torch
1 parent 5a10420 commit f7c4f14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: 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=dev20250327
37+
PYTORCH_NIGHTLY_VERSION=dev20250417
3838

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

4242
# Nightly version for torchtune
43-
TUNE_NIGHTLY_VERSION=dev20250327
43+
TUNE_NIGHTLY_VERSION=dev20250417
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)