Skip to content

Bump torchaudio from 0.9.0 to 2.10.0#595

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/torchaudio-2.10.0
Open

Bump torchaudio from 0.9.0 to 2.10.0#595
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/torchaudio-2.10.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps torchaudio from 0.9.0 to 2.10.0.

Release notes

Sourced from torchaudio's releases.

TorchAudio 2.10

This release is compatible with torch 2.10 and should be compatible with future torch versions as well. No new features were added.

The C++ and CUDA extensions that were previously marked for deprecation are preserved and will remain in torchaudio (lfilter, RNNTLoss, CUCT, forced_align, and overdrive.).

This release marks the finalization of the TorchAudio migration described in pytorch/audio#3902.

TorchAudio 2.9.1 Release

This is a patch release, which is compatible with PyTorch 2.9.1. There are no new features added.

TorchAudio 2.9 release

Deprecated APIs

Most APIs marked as drop are now removed.

Migration of load() and save() to TorchCodec

We are consolidating the decoding and encoding capabilities of PyTorch in TorchCodec. torchaudio.load() and torchaudio.save() still exist, but their underlying implementation now relies on TorchCodec.

C++ and CUDA extension

We're still working towards preserving forced_align, lfilter, overdrive, RNNT, and CUCTC.

TorchAudio 2.8.0 release

Copy pasting update from pytorch/audio#3902:

Deprecated APIs

Most APIs marked as "Drop" are now explicitly deprecated, raising deprecation warnings in the docs, and when using them from Python. They will be removed in the next 2.9 version.

Migration of load() and save() to TorchCodec

As we mentioned, we are consolidating the decoding and encoding capabilities of PyTorch in TorchCodec.

torchaudio.load() and torchaudio.save() are some of the most popular TorchAudio APIs, so for convenience we are providing torchaudio.load_with_torchcodec() and torchaudio.save_with_torchcodec(), which can largely be used as drop-in replacements. However, we do encourage users to directly migrate to TorchCodec's AudioDecoder() and AudioEncoder().

In future versions, torchaudio.load() and torchaudio.save() will still exist, but their underlying implementation will be relying on torchaudio.load_with_torchcodec() and torchaudio.save_with_torchcodec().

We hope for this migration to be as smooth as possible - most users should just need to pip install torchcodec, and things should still work as-is.

TorchCodec doesn't support Windows yet, but we're working hard on it. Please bear with us.

C++ and CUDA extension

... (truncated)

Commits
  • 27b7ebd Fix CMUARCTIC text transcripts reader. (#4164) (#4166)
  • 5047768 [Release 2.10] Cherry-picks (#4155)
  • a44357a [Release 2.10] Update version and test-infra refs (#4150)
  • c9b37e9 [STABLE ABI] Eliminate src/libtorchaudio/stable/ops.h (#4149)
  • c2c0b23 Minor comments on ABI stability (#4148)
  • 5548eb2 Undo dropping support for forced_align and rnnt_loss (#4147)
  • b3bb7bc [STABLE ABI] Verify that torchaudio is torch ABI stable. (#4142)
  • dca045a [STABLE ABI] Eliminate ATen/cuda/ and c10/cuda/ includes. (#4140)
  • 06776f8 [STABLE ABI] Eliminate sizes, strides, mutable_data_ptr, const_data_ptr, new_...
  • 85f4ce5 [STABLE ABI] Eliminate Device.h (#4145)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [torchaudio](https://github.com/pytorch/audio) from 0.9.0 to 2.10.0.
- [Release notes](https://github.com/pytorch/audio/releases)
- [Commits](pytorch/audio@v0.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: torchaudio
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants