Skip to content

Commit 32eebe8

Browse files
committed
Update pytorch pin to 2024/03/21 nightly
ghstack-source-id: 3ef1156 Pull Request resolved: #2562
1 parent 14d93be commit 32eebe8

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

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=dev20240321
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 789 files

0 commit comments

Comments
 (0)