Skip to content

Commit 301bff6

Browse files
committed
Update documentation warnings about 2.9 deletion
1 parent 4533e1f commit 301bff6

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ torchaudio: an audio library for PyTorch
88
![TorchAudio Logo](docs/source/_static/img/logo.png)
99

1010
> [!NOTE]
11-
> **We are in the process of refactoring TorchAudio and transitioning it into a
12-
> maintenance phase. This process will include removing some user-facing
13-
> features: those features are deprecated from TorchAudio 2.8 and will be removed in 2.9.
14-
> Our main goals are to reduce redundancies with the rest of the
11+
> **TorchAudio 2.9 has been transitioned into a maintenance phase. Many user-facing
12+
> features that were deprecated in TorchAudio 2.8 have been removed as of 2.9.
13+
> Our main goals were to reduce redundancies with the rest of the
1514
> PyTorch ecosystem, make it easier to maintain, and create a version of
16-
> TorchAudio that is more tightly scoped to its strengths: processing audio
15+
> TorchAudio that was more tightly scoped to its strengths: processing audio
1716
> data for ML. Please see
1817
> [our community message](https://github.com/pytorch/audio/issues/3902)
1918
> for more details.**
@@ -70,7 +69,7 @@ If you find this package useful, please cite as:
7069

7170
```bibtex
7271
@misc{hwang2023torchaudio,
73-
title={TorchAudio 2.1: Advancing speech recognition, self-supervised learning, and audio processing components for PyTorch},
72+
title={TorchAudio 2.1: Advancing speech recognition, self-supervised learning, and audio processing components for PyTorch},
7473
author={Jeff Hwang and Moto Hira and Caroline Chen and Xiaohui Zhang and Zhaoheng Ni and Guangzhi Sun and Pingchuan Ma and Ruizhe Huang and Vineel Pratap and Yuekai Zhang and Anurag Kumar and Chin-Yun Yu and Chuang Zhu and Chunxi Liu and Jacob Kahn and Mirco Ravanelli and Peng Sun and Shinji Watanabe and Yangyang Shi and Yumeng Tao and Robin Scheibler and Samuele Cornell and Sean Kim and Stavros Petridis},
7574
year={2023},
7675
eprint={2310.17864},

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ It provides I/O, signal and data processing functions, datasets,
88
model implementations and application components.
99

1010
.. note::
11-
Starting with version 2.8, we are refactoring TorchAudio to transition it
11+
Starting with version 2.8, TorchAudio has transitioned
1212
into a maintenance phase. As a result:
1313

14-
- Some APIs are deprecated in 2.8 and will be removed in 2.9.
14+
- Some APIs were deprecated in 2.8 and removed in 2.9.
1515
- The decoding and encoding capabilities of PyTorch for both audio and video
16-
are being consolidated into TorchCodec.
16+
have been consolidated into TorchCodec.
1717

1818
Please see https://github.com/pytorch/audio/issues/3902 for more information.
1919

0 commit comments

Comments
 (0)