We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c4f14 commit ecdb4e3Copy full SHA for ecdb4e3
install/install_torch.sh
@@ -34,13 +34,13 @@ echo "Using pip executable: $PIP_EXECUTABLE"
34
# NOTE: If a newly-fetched version of the executorch repo changes the value of
35
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
36
# package versions.
37
-PYTORCH_NIGHTLY_VERSION=dev20250417
+PYTORCH_NIGHTLY_VERSION=dev20250418
38
39
# Nightly version for torchvision
40
-VISION_NIGHTLY_VERSION=dev20250417
+VISION_NIGHTLY_VERSION=dev20250418
41
42
# Nightly version for torchtune
43
-TUNE_NIGHTLY_VERSION=dev20250417
+TUNE_NIGHTLY_VERSION=dev20250418
44
45
# The pip repository that hosts nightly torch packages. cpu by default.
46
# If cuda is available, based on presence of nvidia-smi, install the pytorch nightly
0 commit comments