From 8ea88ce6215d00bbbc8a237189c53809137167d7 Mon Sep 17 00:00:00 2001 From: Zingo Andersen Date: Tue, 7 Jan 2025 16:32:00 +0100 Subject: [PATCH] Update PyTorch/TorchVision and TorchAudio nightly pin This fix a problem with TorchAudio beeing out of sync and causing c++ build problems. Signed-off-by: Zingo Andersen Change-Id: Ia283c652918d17ed7c40ec877def0a88091e5d7a --- .ci/docker/ci_commit_pins/pytorch.txt | 2 +- install_requirements.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/docker/ci_commit_pins/pytorch.txt b/.ci/docker/ci_commit_pins/pytorch.txt index 9c24945f7d..9182b03d38 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -2ea4b56ec872424e486c4fe2d55da061067a2ed3 +0a94bb432ed75cc2d950d81b2921363218a7e459 diff --git a/install_requirements.py b/install_requirements.py index 3fca161a2c..b5dbd0dddf 100644 --- a/install_requirements.py +++ b/install_requirements.py @@ -132,7 +132,7 @@ def python_is_compatible(): # NOTE: If a newly-fetched version of the executorch repo changes the value of # NIGHTLY_VERSION, you should re-run this script to install the necessary # package versions. -NIGHTLY_VERSION = "dev20241218" +NIGHTLY_VERSION = "dev20250104" # The pip repository that hosts nightly torch packages. TORCH_NIGHTLY_URL = "https://download.pytorch.org/whl/nightly/cpu"