We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce994b3 commit 2fc58f3Copy full SHA for 2fc58f3
install/install_requirements.sh
@@ -51,13 +51,13 @@ echo "Using pip executable: $PIP_EXECUTABLE"
51
# NOTE: If a newly-fetched version of the executorch repo changes the value of
52
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
53
# package versions.
54
-PYTORCH_NIGHTLY_VERSION=dev20241218
+PYTORCH_NIGHTLY_VERSION=dev20250119
55
56
# Nightly version for torchvision
57
-VISION_NIGHTLY_VERSION=dev20241218
+VISION_NIGHTLY_VERSION=dev20250119
58
59
# Nightly version for torchtune
60
-TUNE_NIGHTLY_VERSION=dev20241218
+TUNE_NIGHTLY_VERSION=dev20250119
61
62
# The pip repository that hosts nightly torch packages. cpu by default.
63
# If cuda is available, based on presence of nvidia-smi, install the pytorch nightly
0 commit comments