From 10aabaa004d9a17c2fccd86c0fa8d0fe9685461f Mon Sep 17 00:00:00 2001 From: Jack-Khuu Date: Thu, 20 Mar 2025 18:48:18 -0700 Subject: [PATCH] PT Pinbump to 2025226: Prior to to 12.4 deprecation --- install/install_requirements.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/install_requirements.sh b/install/install_requirements.sh index 0e58409c8..a35df5a8b 100755 --- a/install/install_requirements.sh +++ b/install/install_requirements.sh @@ -51,13 +51,13 @@ echo "Using pip executable: $PIP_EXECUTABLE" # NOTE: If a newly-fetched version of the executorch repo changes the value of # PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary # package versions. -PYTORCH_NIGHTLY_VERSION=dev20250131 +PYTORCH_NIGHTLY_VERSION=dev20250226 # Nightly version for torchvision -VISION_NIGHTLY_VERSION=dev20250131 +VISION_NIGHTLY_VERSION=dev20250226 # Nightly version for torchtune -TUNE_NIGHTLY_VERSION=dev20250131 +TUNE_NIGHTLY_VERSION=dev20250226 # The pip repository that hosts nightly torch packages. cpu by default. # If cuda is available, based on presence of nvidia-smi, install the pytorch nightly