Skip to content

Commit 2500d3a

Browse files
angelayifacebook-github-bot
authored andcommitted
Update torch pin (9/27) (#500)
Summary: Pull Request resolved: #500 Updating the pin due to D48926643 Reviewed By: mergennachin Differential Revision: D49686835 fbshipit-source-id: fe2be9daed8386c3d04d68be17aa72e2f67ec9fc
1 parent 153cf3b commit 2500d3a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.ci/docker/ci_commit_pins/nightly.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dev20230920
1+
dev20230927

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Topics in this section will help you get started with ExecuTorch.
110110
:caption: Compiler Entry Points
111111
:hidden:
112112

113+
examples-end-to-end-to-lower-model-to-delegate
113114
compiler-delegate-and-partitioner
114115
compiler-kernel-fusion-pass
115116
compiler-custom-compiler-passes

install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install .
1717
# models in executorch/examples/models.
1818
# The version in this file will be the correct version for the
1919
# corresponsing version of the repo.
20-
NIGHTLY_VERSION=dev20230920
20+
NIGHTLY_VERSION=dev20230927
2121

2222
TORCH_VERSION=2.2.0.${NIGHTLY_VERSION}
2323
pip install --force-reinstall --pre torch=="${TORCH_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu

0 commit comments

Comments
 (0)