Skip to content
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

[Quant] Add quantization 2.0 document #2354

Merged
merged 53 commits into from
Jun 9, 2023
Merged
Show file tree
Hide file tree
Changes from 44 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
7afe407
add quantization 2.0 document
leslie-fang-intel May 24, 2023
0beaa6f
add example of DerivedQuantizationSpec
leslie-fang-intel May 26, 2023
927ce7d
add example of FixedQParamsQuantizationSpec
leslie-fang-intel May 29, 2023
66a5bde
add customcarditem to Quantization 2.0
leslie-fang-intel May 31, 2023
89bccc9
add more into prototype_index
leslie-fang-intel May 31, 2023
212e820
add quantization 2.0 diagram
leslie-fang-intel May 31, 2023
042fbbc
Modify the arch diagram
leslie-fang-intel May 31, 2023
f1b911e
add explain for QuantizationSpec
leslie-fang-intel May 31, 2023
e78bcef
add explanations for QuantizationSpec and QuantizationConfig
leslie-fang-intel May 31, 2023
238e2f0
unify to use module partitional API
leslie-fang-intel May 31, 2023
f7c7747
Modify the descriptation
leslie-fang-intel May 31, 2023
75d7493
fix comments
leslie-fang-intel Jun 1, 2023
79e0548
add Prerequisites
leslie-fang-intel Jun 1, 2023
a901569
add conclusion and further readings
leslie-fang-intel Jun 1, 2023
0073dc6
update the title and filename
leslie-fang-intel Jun 1, 2023
b50bfa2
Modify the arch graph
leslie-fang-intel Jun 1, 2023
abccbeb
Merge branch 'main' into leslie/add_quantization_2_doc
leslie-fang-intel Jun 1, 2023
c4c0761
modify the ascii graph format
leslie-fang-intel Jun 1, 2023
6da9d4d
Merge branch 'main' into leslie/add_quantization_2_doc
leslie-fang-intel Jun 1, 2023
6572cd6
Modify the comment
leslie-fang-intel Jun 1, 2023
1eca832
modify title name
leslie-fang-intel Jun 1, 2023
fa8437a
format document
leslie-fang-intel Jun 1, 2023
a2569f8
format document
leslie-fang-intel Jun 1, 2023
6923015
change descriptation
leslie-fang-intel Jun 2, 2023
376abc4
Modify
leslie-fang-intel Jun 2, 2023
b809ba4
format document
leslie-fang-intel Jun 2, 2023
b4782b2
format
leslie-fang-intel Jun 2, 2023
fbbdcd8
Merge branch 'main' into leslie/add_quantization_2_doc
Jun 2, 2023
3402a8e
update document
leslie-fang-intel Jun 3, 2023
81f362d
Merge branch 'main' into leslie/add_quantization_2_doc
Jun 5, 2023
44e0dd2
Merge branch 'main' into leslie/add_quantization_2_doc
leslie-fang-intel Jun 7, 2023
7a997a2
add introduction of Quantizer
leslie-fang-intel Jun 7, 2023
41b27d9
remove final example
leslie-fang-intel Jun 7, 2023
09f6a54
add note of prepare_pt2e_quantizer
leslie-fang-intel Jun 7, 2023
d9060a5
Modify the documents
leslie-fang-intel Jun 7, 2023
b278407
format the document
leslie-fang-intel Jun 7, 2023
13cefd3
add links to Prerequisites
leslie-fang-intel Jun 7, 2023
cfdb509
Merge branch 'main' into leslie/add_quantization_2_doc
Jun 7, 2023
40caeef
add pattern match as step 1
leslie-fang-intel Jun 8, 2023
1c59f15
thanks and the link updated
leslie-fang-intel Jun 8, 2023
2187316
Merge branch 'main' into leslie/add_quantization_2_doc
leslie-fang-intel Jun 8, 2023
ef4fa73
update descriptation
leslie-fang-intel Jun 8, 2023
5edc1f2
fix typo
leslie-fang-intel Jun 8, 2023
3e632a6
Merge branch 'main' into leslie/add_quantization_2_doc
leslie-fang-intel Jun 9, 2023
4b86060
add author
leslie-fang-intel Jun 9, 2023
5a43584
add more explain of limitations
leslie-fang-intel Jun 9, 2023
d9d3245
adjust descriptation
leslie-fang-intel Jun 9, 2023
1c0eead
Move QuantizationAnnotation to preface
leslie-fang-intel Jun 9, 2023
1fb6c57
fix descriptation
leslie-fang-intel Jun 9, 2023
cfd095a
fix typo
leslie-fang-intel Jun 9, 2023
ceb9843
Merge branch 'main' into leslie/add_quantization_2_doc
Jun 9, 2023
a8dd4b0
Merge branch 'main' into leslie/add_quantization_2_doc
Jun 9, 2023
397eaa9
Merge branch 'main' into leslie/add_quantization_2_doc
Jun 9, 2023
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
8 changes: 8 additions & 0 deletions prototype_source/prototype_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ Prototype features are not available as part of binary distributions like PyPI o
:link: ../prototype/numeric_suite_tutorial.html
:tags: Debugging,Quantization

.. customcarditem::
:header: Quantization in PyTorch 2.0 Export Tutorial
:card_description: Learn how to use the Quantization in PyTorch 2.0 Export.
:image: ../_static/img/thumbnails/cropped/generic-pytorch-logo.png
:link: ../prototype/quantization_in_pytorch_2_0_export_tutorial.html
:tags: Quantization

.. Mobile

.. customcarditem::
Expand Down Expand Up @@ -193,6 +200,7 @@ Prototype features are not available as part of binary distributions like PyPI o
prototype/fx_graph_mode_ptq_dynamic.html
prototype/fx_graph_mode_ptq_static.html
prototype/graph_mode_dynamic_bert_tutorial.html
prototype/quantization_in_pytorch_2_0_export_tutorial.html
prototype/ios_gpu_workflow.html
prototype/nnapi_mobilenetv2.html
prototype/tracing_based_selective_build.html
Expand Down
Loading