diff --git a/.ci/docker/ci_commit_pins/pytorch.txt b/.ci/docker/ci_commit_pins/pytorch.txt index 9c6f6835249..9bb36c59907 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -2.1.0.dev20230809 +2.1.0.dev20230810 diff --git a/docs/website/docs/tutorials/00_setting_up_executorch.md b/docs/website/docs/tutorials/00_setting_up_executorch.md index e543567beaf..93a1adf03bb 100644 --- a/docs/website/docs/tutorials/00_setting_up_executorch.md +++ b/docs/website/docs/tutorials/00_setting_up_executorch.md @@ -24,7 +24,7 @@ Setting up PyTorch # Install the nightly builds # Note: if you are behind a firewall an appropriate proxy server must be setup # for all subsequent steps. -TORCH_VERSION=2.1.0.dev20230809 +TORCH_VERSION=2.1.0.dev20230810 pip install --force-reinstall --pre torch=="${TORCH_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu ``` diff --git a/examples/install_requirements.sh b/examples/install_requirements.sh index 21bc99289b6..d51ae7a3755 100755 --- a/examples/install_requirements.sh +++ b/examples/install_requirements.sh @@ -16,5 +16,5 @@ # `TORCH_VISION_VERSION` value in this document will be the correct version for the # corresponsing version of the repo. -TORCH_VISION_VERSION=0.16.0.dev20230809 +TORCH_VISION_VERSION=0.16.0.dev20230810 pip install --force-reinstall --pre torchvision=="${TORCH_VISION_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu