From 5d2557307d55d0320e6e764963e0fa1309466684 Mon Sep 17 00:00:00 2001 From: Angela Yi Date: Wed, 27 Sep 2023 06:53:49 -0700 Subject: [PATCH] Update torch pin (9/27) Summary: Updating the pin due to D48926643 Differential Revision: D49686835 --- .ci/docker/ci_commit_pins/nightly.txt | 2 +- docs/source/index.rst | 1 + install_requirements.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ci/docker/ci_commit_pins/nightly.txt b/.ci/docker/ci_commit_pins/nightly.txt index ad9f1efdc08..611628a9380 100644 --- a/.ci/docker/ci_commit_pins/nightly.txt +++ b/.ci/docker/ci_commit_pins/nightly.txt @@ -1 +1 @@ -dev20230920 +dev20230927 diff --git a/docs/source/index.rst b/docs/source/index.rst index 3bcf59f99c0..ab03a1b89df 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -110,6 +110,7 @@ Topics in this section will help you get started with ExecuTorch. :caption: Compiler Entry Points :hidden: + examples-end-to-end-to-lower-model-to-delegate compiler-delegate-and-partitioner compiler-kernel-fusion-pass compiler-custom-compiler-passes diff --git a/install_requirements.sh b/install_requirements.sh index 8e2c93de179..5abf8e229d2 100755 --- a/install_requirements.sh +++ b/install_requirements.sh @@ -17,7 +17,7 @@ pip install . # models in executorch/examples/models. # The version in this file will be the correct version for the # corresponsing version of the repo. -NIGHTLY_VERSION=dev20230920 +NIGHTLY_VERSION=dev20230927 TORCH_VERSION=2.2.0.${NIGHTLY_VERSION} pip install --force-reinstall --pre torch=="${TORCH_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu