We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff956c commit 5ffce7fCopy full SHA for 5ffce7f
install/install_requirements.sh
@@ -62,13 +62,13 @@ echo "Using pip executable: $PIP_EXECUTABLE"
62
# NOTE: If a newly-fetched version of the executorch repo changes the value of
63
# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
64
# package versions.
65
-PYTORCH_NIGHTLY_VERSION=dev20241010
+PYTORCH_NIGHTLY_VERSION=dev20241015
66
67
# Nightly version for torchvision
68
-VISION_NIGHTLY_VERSION=dev20241010
+VISION_NIGHTLY_VERSION=dev20241015
69
70
# Nightly version for torchtune
71
-TUNE_NIGHTLY_VERSION=dev20241010
+TUNE_NIGHTLY_VERSION=dev20241015
72
73
# Uninstall triton, as nightly will depend on pytorch-triton, which is one and the same
74
(
0 commit comments