Skip to content

Commit 5022a4c

Browse files
committed
Merge branch 'issues/update_torchserve_version' of https://github.com/agunapal/pytorch.github.io into issues/update_torchserve_version
2 parents 4cc4665 + ef1254e commit 5022a4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

_posts/2023-10-04-pytorch-2-1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For more information, please see the tutorial [here](https://pytorch.org/tutoria
9090

9191
**\[Prototype] _torch.export_-based Quantization**
9292

93-
_torch.ao.quantization_ now supports post-training static quantization on PyTorch2-based _torch.export_ flows.  This includes support for built-in _XNNPACK_ and _X64Inductor_ _Quantizer_, as well as the ability to specify one’s own _Quantizer_.
93+
_torch.ao.quantization_ now supports quantization on PyTorch2-based _torch.export_ flows.  This includes support for built-in _XNNPACK_ and _X64Inductor_ _Quantizer_, as well as the ability to specify one’s own _Quantizer_.
9494

9595
For an explanation on post-training static quantization with torch.export, see [this tutorial](https://pytorch.org/tutorials/prototype/pt2e_quant_ptq.html), for quantization-aware training for static quantization with torch.export, see [this tutorial](https://pytorch.org/tutorials/prototype/pt2e_quant_qat.html).
9696

0 commit comments

Comments
 (0)