Skip to content

Commit 391074c

Browse files
committed
Update pytorch pin to 2024/03/22 nightly
ghstack-source-id: ebe0d2e Pull Request resolved: #2562
1 parent 14d93be commit 391074c

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)