Skip to content

Commit ba920e4

Browse files
SS-JIAfacebook-github-bot
authored andcommitted
Update pytorch pin to 2024/03/21 nightly (#2562)
Summary: Pull Request resolved: #2562 ## Context Update PyTorch nightly pin to 2024/03/21. Note that as of 2024/03/20 PyTorch version has been bumped to `2.4.0` (from `2.3.0`) and torchvision has been bumped to `0.19.0` (from `0.18.0`). imported-using-ghimport Test Plan: Imported from OSS Reviewed By: JacobSzwejbka, angelayi Differential Revision: D55198673 Pulled By: SS-JIA fbshipit-source-id: e49cf17fdc5e22fac2712ac6f05815f2b9264091
1 parent 101d78f commit ba920e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-
6ca9ae4f8693639c395544327f7e362441a58c79
1+
ef0d470eb372a5e68f6332bea9b1df26fca28b59

install_requirements.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ done
4949
# models in executorch/examples/models.
5050
# The version in this file will be the correct version for the
5151
# corresponsing version of the repo.
52-
NIGHTLY_VERSION=dev20240312
52+
NIGHTLY_VERSION=dev20240322
5353

54-
TORCH_VERSION=2.3.0.${NIGHTLY_VERSION}
54+
TORCH_VERSION=2.4.0.${NIGHTLY_VERSION}
5555
pip install --force-reinstall --pre torch=="${TORCH_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu
5656

57-
TORCH_VISION_VERSION=0.18.0.${NIGHTLY_VERSION}
57+
TORCH_VISION_VERSION=0.19.0.${NIGHTLY_VERSION}
5858
pip install --force-reinstall --pre torchvision=="${TORCH_VISION_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu
5959

6060
TORCH_AUDIO_VERSION=2.2.0.${NIGHTLY_VERSION}

third-party/pytorch

Submodule pytorch updated 782 files

0 commit comments

Comments
 (0)