Skip to content

Commit 3a92785

Browse files
guangy10facebook-github-bot
authored andcommitted
Update torch version and torchvision version
Summary: Fixes for torchvision vit and emformer rnnt were merged yesterday and are included in the `dev20230810` nightly build. We should update for dependency to the `dev20230810` build instead. Reviewed By: JacobSzwejbka, Gasoonjia Differential Revision: D48236984 fbshipit-source-id: 7f09869356b267e21c80d1cd7149d99476282923
1 parent 7122df5 commit 3a92785

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

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.dev20230809
27+
TORCH_VERSION=2.1.0.dev20230810
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.dev20230809
19+
TORCH_VISION_VERSION=0.16.0.dev20230810
2020
pip install --force-reinstall --pre torchvision=="${TORCH_VISION_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu

0 commit comments

Comments
 (0)