This repository was archived by the owner on Sep 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747# NOTE: If a newly-fetched version of the executorch repo changes the value of
4848# PYTORCH_NIGHTLY_VERSION, you should re-run this script to install the necessary
4949# package versions.
50- PYTORCH_NIGHTLY_VERSION=dev20240901
50+ PYTORCH_NIGHTLY_VERSION=dev20240925
5151
5252# Nightly version for torchvision
53- VISION_NIGHTLY_VERSION=dev20240901
53+ VISION_NIGHTLY_VERSION=dev20240925
5454
5555# Nightly version for torchtune
5656TUNE_NIGHTLY_VERSION=dev20240928
7373
7474# pip packages needed by exir.
7575REQUIREMENTS_TO_INSTALL=(
76- torch==" 2.5 .0.${PYTORCH_NIGHTLY_VERSION} "
76+ torch==" 2.6 .0.${PYTORCH_NIGHTLY_VERSION} "
7777 torchvision==" 0.20.0.${VISION_NIGHTLY_VERSION} "
7878 torchtune==" 0.3.0.${TUNE_NIGHTLY_VERSION} "
7979)
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ clone_torchao() {
178178
179179 git clone https://github.com/pytorch/ao.git
180180 cd ao
181- git checkout $( cat ${TORCHCHAT_ROOT} /intstall /.pins/torchao-pin.txt)
181+ git checkout $( cat ${TORCHCHAT_ROOT} /install /.pins/torchao-pin.txt)
182182
183183 popd
184184}
You can’t perform that action at this time.
0 commit comments