Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/docker/ci_commit_pins/nightly.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dev20230920
dev20230927
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down