Skip to content

Commit a9aeb57

Browse files
committed
Update on "Update pytorch pin to 2024/03/21 nightly"
## 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`). Differential Revision: [D55198673](https://our.internmc.facebook.com/intern/diff/D55198673) [ghstack-poisoned]
2 parents c58995c + ef50204 commit a9aeb57

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-
cc0cadaf4c76c91d19474a1a512c9bc31e2c8602
1+
ef0d470eb372a5e68f6332bea9b1df26fca28b59

install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ 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=dev20240321
52+
NIGHTLY_VERSION=dev20240322
5353

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

third-party/pytorch

Submodule pytorch updated 127 files

0 commit comments

Comments
 (0)