Skip to content

Commit efa5bee

Browse files
authored
Fix tutorial links in torchaudio 2.1 release (#1473)
Some links are pointing main branch. They are supposed to be pointing 2.1
1 parent 773044d commit efa5bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2023-10-04-new-library-updates.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Please refer to <https://pytorch.org/audio/2.1/tutorials/squim_tutorial.html> fo
4646

4747
\`torchaudio.models.decoder.CUCTCDecoder\` performs CTC beam search in CUDA devices. The beam search is fast. It eliminates the need to move data from CUDA device to CPU when performing automatic speech recognition. With PyTorch's CUDA support, it is now possible to perform the entire speech recognition pipeline in CUDA.
4848

49-
Please refer to <https://pytorch.org/audio/master/tutorials/asr_inference_with_cuda_ctc_decoder_tutorial.html> for the detail.
49+
Please refer to <https://pytorch.org/audio/2.1/tutorials/asr_inference_with_cuda_ctc_decoder_tutorial.html> for the detail.
5050

5151
**\[Prototype] Utilities for AI music generation**
5252

@@ -77,7 +77,7 @@ Please refer to <https://pytorch.org/audio/2.1/installation.html#optional-depend
7777

7878
TorchAudio now depends on libsox installed separately from torchaudio. Sox I/O backend no longer supports file-like objects. (This is supported by FFmpeg backend and soundfile.)
7979

80-
Please refer to <https://pytorch.org/audio/master/installation.html#optional-dependencies> for the details.
80+
Please refer to <https://pytorch.org/audio/2.1/installation.html#optional-dependencies> for the details.
8181

8282
## TorchRL
8383

0 commit comments

Comments
 (0)