diff --git a/_posts/2023-10-04-new-library-updates.md b/_posts/2023-10-04-new-library-updates.md index 1e9897d06a2e..62eaaf806b93 100644 --- a/_posts/2023-10-04-new-library-updates.md +++ b/_posts/2023-10-04-new-library-updates.md @@ -46,7 +46,7 @@ Please refer to fo \`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. -Please refer to for the detail. +Please refer to for the detail. **\[Prototype] Utilities for AI music generation** @@ -77,7 +77,7 @@ Please refer to for the details. +Please refer to for the details. ## TorchRL