Update GroupSizeFallbackMode logic#3705
Merged
ljaljushkin merged 7 commits intoopenvinotoolkit:developfrom Nov 4, 2025
Merged
Conversation
added 2 commits
October 29, 2025 11:38
ljaljushkin
reviewed
Oct 29, 2025
src/nncf/quantization/algorithms/weight_compression/algorithm.py
Outdated
Show resolved
Hide resolved
added 2 commits
October 30, 2025 11:27
ljaljushkin
approved these changes
Nov 4, 2025
Contributor
There was a problem hiding this comment.
Thank you, @nikita-savelyevv.
This PR should improve UX and stats look more clear now!
One minor suggestion to add , and - in the table:
int8_asym, per-channel
int4_asym, group size 32
Collaborator
Author
Thanks for the suggestion! Updated. |
ljaljushkin
reviewed
Nov 4, 2025
ljaljushkin
approved these changes
Nov 4, 2025
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.
Changes
min_adjusted_group_size=32by default instead of 16, because group size 16 usually results in lower performance compared to int8_asym.Example compression log when group size is adjusted:
Reason for changes
User feedback.
Related tickets
175084
Tests
Updated existing tests.