Skip to content

Commit a4fcdcd

Browse files
Jack-Khuufacebook-github-bot
authored andcommitted
PT Pin Bump: 20241002 (#5880)
Summary: Pull Request resolved: #5880 Pin Bump to 2024-10-02 pytorch/pytorch@4b2970f The existing pin (2024-09-27) is set to a date that uses a broken torchvision pin (vision unable to use the latest PT nightly) pytorch/pytorch@5ba404f Reviewed By: larryliu0820 Differential Revision: D63907815 fbshipit-source-id: f6455fc2453ee88674d493914fc42068002672ab
1 parent 98a58e0 commit a4fcdcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
5ba404f68775bb06a1125a100687f86b6d6de6a8
1+
4b2970f7cd3cdd56883cacf116a8693862f89db5

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def python_is_compatible():
9494
# NOTE: If a newly-fetched version of the executorch repo changes the value of
9595
# NIGHTLY_VERSION, you should re-run this script to install the necessary
9696
# package versions.
97-
NIGHTLY_VERSION = "dev20240927"
97+
NIGHTLY_VERSION = "dev20241002"
9898

9999
# The pip repository that hosts nightly torch packages.
100100
TORCH_NIGHTLY_URL = "https://download.pytorch.org/whl/nightly/cpu"

0 commit comments

Comments
 (0)