Skip to content

Commit e2afedf

Browse files
authored
Update PyTorch/TorchVision and TorchAudio nightly pin (#7551)
This fix a problem with TorchAudio being out of sync and causing c++ build problems. Signed-off-by: Zingo Andersen <[email protected]>
1 parent 59bad42 commit e2afedf

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-
2ea4b56ec872424e486c4fe2d55da061067a2ed3
1+
0a94bb432ed75cc2d950d81b2921363218a7e459

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def python_is_compatible():
132132
# NOTE: If a newly-fetched version of the executorch repo changes the value of
133133
# NIGHTLY_VERSION, you should re-run this script to install the necessary
134134
# package versions.
135-
NIGHTLY_VERSION = "dev20241218"
135+
NIGHTLY_VERSION = "dev20250104"
136136

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

0 commit comments

Comments
 (0)