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 bdd2356 commit bfe5826Copy full SHA for bfe5826
install/install_requirements.sh
@@ -62,10 +62,10 @@ 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=dev20241210
+PYTORCH_NIGHTLY_VERSION=dev20241213
66
67
# Nightly version for torchvision
68
-VISION_NIGHTLY_VERSION=dev20241210
+VISION_NIGHTLY_VERSION=dev20241213
69
70
# Nightly version for torchtune
71
TUNE_NIGHTLY_VERSION=dev20241126
0 commit comments