Skip to content

Commit

Permalink
Update PyTorch/TorchVision and TorchAudio nightly pin
Browse files Browse the repository at this point in the history
This fix a problem with TorchAudio beeing out of sync and causing c++ build problems.

Signed-off-by: Zingo Andersen <zingo.andersen@arm.com>
Change-Id: Ia283c652918d17ed7c40ec877def0a88091e5d7a
  • Loading branch information
zingo committed Jan 8, 2025
1 parent 2e24b4e commit 4548869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4548869

Please sign in to comment.