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 4e621ce commit 6e40ec0Copy full SHA for 6e40ec0
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=dev20241013
66
67
# Nightly version for torchvision
68
-VISION_NIGHTLY_VERSION=dev20241010
+VISION_NIGHTLY_VERSION=dev20241013
69
70
# Nightly version for torchtune
71
-TUNE_NIGHTLY_VERSION=dev20241010
+TUNE_NIGHTLY_VERSION=dev20241013
72
73
# Uninstall triton, as nightly will depend on pytorch-triton, which is one and the same
74
(
0 commit comments