Skip to content

Commit d54d1d9

Browse files
remove WIP in the title of quantization 2.0
1 parent f87d5aa commit d54d1d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prototype_source/quantization_in_pytorch_2_0_export_tutorial.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
(Work in Progress) Quantization in PyTorch 2.0 Export Tutorial
1+
(Prototype) Quantization in PyTorch 2.0 Export Tutorial
22
==============================================================
33

44
**Author**: `Leslie Fang <https://github.com/leslie-fang-intel>`_, `Weiwen Xia <https://github.com/Xia-Weiwen>`__, `Jiong Gong <https://github.com/jgong5>`__, `Kimish Patel <https://github.com/kimishpatel>`__, `Jerry Zhang <https://github.com/jerryzh168>`__
55

6+
.. note:: This tutorial is a work in progress.
7+
68
Today we have `FX Graph Mode
79
Quantization <https://pytorch.org/docs/stable/quantization.html#prototype-fx-graph-mode-quantization>`__
810
which uses ``symbolic_trace`` to capture the model into a graph, and then

0 commit comments

Comments
 (0)