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