Skip to content

Update 2023-10-04-pytorch-2-1.md #1476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2023-10-04-pytorch-2-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ For more information, please see the tutorial [here](https://pytorch.org/tutoria

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

_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_.
_torch.ao.quantization_ now supports quantization on PyTorch 2 _torch.export_-based flows.  This includes support for built-in _XNNPACK_ and _X64Inductor_ _Quantizer_, as well as the ability to specify one’s own _Quantizer_.

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

Expand Down