Skip to content

Commit d7d91a2

Browse files
mergennachinfacebook-github-bot
authored andcommitted
Update the torch version (#50)
Summary: Pull Request resolved: #50 D48068293 had a breaking change. https://www.internalfb.com/phabricator/paste/view/P805891610 We need to update the torch version accordingly (also needs to update torchvision so that it is compatible with torch). Reviewed By: angelayi Differential Revision: D48188689 fbshipit-source-id: 849a9d38fabb54f7503547fb13bcb3a2ca5fa3e5
1 parent d3c5f78 commit d7d91a2

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.dev20230731
1+
2.1.0.dev20230809

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.dev20230731
27+
TORCH_VERSION=2.1.0.dev20230809
2828
pip install --force-reinstall --pre torch=="${TORCH_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu
2929
```
3030

examples/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# `TORCH_VISION_VERSION` value in this document will be the correct version for the
1717
# corresponsing version of the repo.
1818

19-
TORCH_VISION_VERSION=0.16.0.dev20230731
19+
TORCH_VISION_VERSION=0.16.0.dev20230809
2020
pip install --force-reinstall --pre torchvision=="${TORCH_VISION_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu

0 commit comments

Comments
 (0)