Skip to content

Commit 4b86060

Browse files
add author
1 parent 3e632a6 commit 4b86060

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

prototype_source/quantization_in_pytorch_2_0_export_tutorial.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
(prototype) Quantization in PyTorch 2.0 Export Tutorial
1+
(prototype) Quantization in PyTorch 2.0 Export Tutorial (Work in Progress)
22
==============================================================
33

4+
**Author**: `Leslie Fang <https://github.com/leslie-fang-intel>`_, `Weiwen Xia <https://github.com/Xia-Weiwen>`__, `Jiong Gong <https://github.com/jgong5>`__
5+
46
Today we have `FX Graph Mode
57
Quantization <https://pytorch.org/docs/stable/quantization.html#prototype-fx-graph-mode-quantization>`__
68
which uses ``symbolic_trace`` to capture the model into a graph, and then
@@ -339,7 +341,7 @@ functions that are used in the example:
339341
`get_output_act_qspec <https://github.com/pytorch/pytorch/blob/47cfcf566ab76573452787335f10c9ca185752dc/torch/ao/quantization/_pt2e/quantizer/utils.py#L23>`__,
340342
`get_weight_qspec <https://github.com/pytorch/pytorch/blob/47cfcf566ab76573452787335f10c9ca185752dc/torch/ao/quantization/_pt2e/quantizer/utils.py#L36>`__, and
341343
`get_bias_qspec <https://github.com/pytorch/pytorch/blob/47cfcf566ab76573452787335f10c9ca185752dc/torch/ao/quantization/_pt2e/quantizer/utils.py#L53>`__
342-
can be used to get the ``QuantizationSpec`` from ``QuantizationConfig`` for a specific node.
344+
can be used to get the ``QuantizationSpec`` from ``QuantizationConfig`` for a specific pattern.
343345

344346
6. Conclusion
345347
---------------------

0 commit comments

Comments
 (0)