Skip to content

Releases: pytorch/audio

TorchAudio 2.5.0 Release

17 Oct 16:24
56bc006
Compare
Choose a tag to compare

This release is compatible with PyTorch 2.5. There are no new features added.

This release contains one improvement:

  • reduce computations in backprop of lfilter #3831

TorchAudio 2.4.1 Release

04 Sep 20:06
e8cbe17
Compare
Choose a tag to compare

This release is compatible with PyTorch 2.4.1 patch release. There are no new features added.

TorchAudio 2.4.0 Release

24 Jul 18:54
69d4077
Compare
Choose a tag to compare

This release is compatible with PyTorch 2.4. There are no new features added.

This release contains 2 fixes:

  • Fix view size error when backpropagating through lfilter #3794
  • [BC-Breaking] Fix model downloading in bento #3803

TorchAudio 2.3.1 Release

05 Jun 19:22
3edcf69
Compare
Choose a tag to compare

This release is compatible with PyTorch 2.3.1 patch release. There are no new features added.

TorchAudio 2.3.0 Release

24 Apr 16:19
952ea74
Compare
Choose a tag to compare

This release is compatible with PyTorch 2.3.0 patch release. There are no new features added.

This release contains minor documentation and code quality improvements (#3734, #3748, #3757, #3759)

TorchAudio 2.2.2 Release

28 Mar 15:39
cefdb36
Compare
Choose a tag to compare

This release is compatible with PyTorch 2.2.2 patch release. There are no new features added.

TorchAudio 2.2.1 Release

22 Feb 21:42
06ea59c
Compare
Choose a tag to compare

This release is compatible with PyTorch 2.2.1 patch release. There are no new features added.

TorchAudio 2.2.0 Release

30 Jan 18:17
08901ad
Compare
Choose a tag to compare

New Features

Bug Fixes

  • #3685 Make F.vad return empty tensor for zero valued tensor input

Recipe Updates

  • #3631 Fix inconsistent naming

TorchAudio 2.1.2 Release

15 Dec 02:05
c4c1957
Compare
Choose a tag to compare

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

v2.1.1

15 Nov 22:19
db62484
Compare
Choose a tag to compare

This is a minor release, which is compatible with PyTorch 2.1.1 and includes bug fixes, improvements and documentation updates.

Bug Fixes

  • Cherry-pick 2.1.1: Fix WavLM bundles (#3665)
  • Cherry-pick 2.1.1: Add back compression level in i/o dispatcher backend by (#3666)