Skip to content

Commit dfc2117

Browse files
larryliu0820facebook-github-bot
authored andcommitted
Bump torch version
Summary: After D48282828, torchgen is updated so executorch needs to point to the newer version of torchgen. Reviewed By: kimishpatel Differential Revision: D48296865 fbshipit-source-id: 66ffa6391a9a203bea17b5077939343b877e2d2b
1 parent f8d8ac6 commit dfc2117

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci/docker/ci_commit_pins/pytorch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0.dev20230810
1+
2.1.0.dev20230813

docs/website/docs/tutorials/00_setting_up_executorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Setting up PyTorch
2424
# Install the nightly builds
2525
# Note: if you are behind a firewall an appropriate proxy server must be setup
2626
# for all subsequent steps.
27-
TORCH_VERSION=2.1.0.dev20230810
27+
TORCH_VERSION=2.1.0.dev20230813
2828
pip install --force-reinstall --pre torch=="${TORCH_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu
2929
```
3030

third-party/pytorch

Submodule pytorch updated 2061 files

0 commit comments

Comments
 (0)