Skip to content

Commit e931781

Browse files
jerryzh168alenacal
andauthored
Update 2023-10-04-pytorch-2-1.md (#1474)
Co-authored-by: Alena Davis <[email protected]>
1 parent efa5bee commit e931781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_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)