Skip to content

Conversation

dsikka
Copy link
Collaborator

@dsikka dsikka commented Sep 12, 2025

SUMMARY:

  • Don't set actorder to static if running channel quantization
  • The modifier level actoder value is also getting serialized incorrectly - we set it to None if the strategy is not GROUP but still missing a step to serialize it correctlt when it is None
  • FIx test case which is using an incorrect activation quantization strategy
  • Update compress / decompress test case

Testing

  • Fixes failing tests
  • There is still a bug where Sentinel values are not serialized correctly

Copy link

👋 Hi! Thank you for contributing to llm-compressor. Please add the ready label when the PR is ready for review.

Note: This is required to complete the testing suite, please only add the label once the PR is code complete and local testing has been performed.

@dsikka dsikka added the ready When a PR is ready for review label Sep 12, 2025
@kylesayrs kylesayrs changed the title [Actorder] Update GPTQ actorder logic [Actorder] Fix GPTQ actorder logic, only apply actorder to weight group args Sep 15, 2025
@kylesayrs kylesayrs marked this pull request as ready for review September 15, 2025 16:58
Copy link
Collaborator

@rahul-tuli rahul-tuli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dsikka dsikka disabled auto-merge September 16, 2025 15:49
@dsikka dsikka merged commit b78b052 into main Sep 16, 2025
7 of 8 checks passed
@dsikka dsikka deleted the update_actorder branch September 16, 2025 15:49
dsikka added a commit that referenced this pull request Sep 16, 2025
## Purpose ##
* Fix serialization of actorder sentinel values

## Prerequisites ##
* #1815

## Changes ##
* Write explicit serializer for actorder field
* Move down deprecated field checker, since it's less important to read
first

## Testing ##
* Added test which fails without these changes

---------

Signed-off-by: Kyle Sayers <[email protected]>
Co-authored-by: Dipika Sikka <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready When a PR is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants