We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a10420 commit f7c4f14Copy full SHA for f7c4f14
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=dev20250327
+PYTORCH_NIGHTLY_VERSION=dev20250417
38
39
# Nightly version for torchvision
40
-VISION_NIGHTLY_VERSION=dev20250327
+VISION_NIGHTLY_VERSION=dev20250417
41
42
# Nightly version for torchtune
43
-TUNE_NIGHTLY_VERSION=dev20250327
+TUNE_NIGHTLY_VERSION=dev20250417
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