Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
2 changes: 1 addition & 1 deletion install/.pins/et-pin.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
286799c9c844ce6427b8eca260f9b2f28be03291
a4fcdcdc22f7f5ea5522199c5653670a65e04e28
6 changes: 3 additions & 3 deletions install/install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ fi
# 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=dev20240901
PYTORCH_NIGHTLY_VERSION=dev20241002

# Nightly version for torchvision
VISION_NIGHTLY_VERSION=dev20240901
VISION_NIGHTLY_VERSION=dev20241002

# Nightly version for torchtune
TUNE_NIGHTLY_VERSION=dev20240928
Expand All @@ -73,7 +73,7 @@ fi

# pip packages needed by exir.
REQUIREMENTS_TO_INSTALL=(
torch=="2.5.0.${PYTORCH_NIGHTLY_VERSION}"
torch=="2.6.0.${PYTORCH_NIGHTLY_VERSION}"
torchvision=="0.20.0.${VISION_NIGHTLY_VERSION}"
torchtune=="0.3.0.${TUNE_NIGHTLY_VERSION}"
)
Expand Down
Loading