Skip to content

[Bugfix] Only quant-compress modules with weight quantization #387

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kylesayrs
Copy link
Contributor

@kylesayrs kylesayrs commented Jul 10, 2025

Purpose

  • Skip compression for attention modules, which have a quantization config but do not have weights to quantize

Changes

  • map_module_to_scheme used to only quantize compress leaf modules. Now, this method only quantize compresses modules with weight quantization

Testing

Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
@kylesayrs kylesayrs changed the title [Bugfix] Only comp [Bugfix] Only quant-compress modules with weight quantization Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant