[PyTorch] Docs: fine-grained quantization recipes (rework of NVIDIA#3336) - #48
Open
pggPL wants to merge 6 commits into
Open
[PyTorch] Docs: fine-grained quantization recipes (rework of NVIDIA#3336)#48pggPL wants to merge 6 commits into
pggPL wants to merge 6 commits into
Conversation
…; add per-recipe Quantizer sections Signed-off-by: Pawel Gadzinski <pgadzinski@nvidia.com>
…ss and dark mode Signed-off-by: Pawel Gadzinski <pgadzinski@nvidia.com>
…cipes Signed-off-by: Pawel Gadzinski <pgadzinski@nvidia.com>
Signed-off-by: Pawel Gadzinski <pgadzinski@nvidia.com>
Signed-off-by: Pawel Gadzinski <pgadzinski@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Proposed rework of the docs from NVIDIA#3336 ([PyTorch] Document heterogeneous quantization recipes).
The base branch
fine_grained_recipe_docs_baseis the PR branch (negvet/fine_grained_recipe_docs@ c3b0398) merged with currentmain, so the diff here shows only the docs changes on top of NVIDIA#3336.Rendered preview (NVIDIA network): http://10.64.50.114:5678/gh_fine_grained_recipe_docs/features/low_precision_training/fine_grained_quantization/fine_grained_quantization.html
Type of change
Changes
heterogeneous_quantization->fine_grained_quantization(feature page + example) and rewrite the feature page in the style of the rest of the Features section: code in tabs/boxes, examples first, less defensive text about the experimental API.HybridQuantizerdata flow, per-GEMM operand mapping, columnwise-source choices. SVGs use the shareddiagram-colors.cssclasses and render correctly in dark mode.docs/index.rst.Checklist: