You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Actorder] Fix GPTQ actorder logic, only apply actorder to weight group args (#1815)
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
---------
Signed-off-by: Kyle Sayers <[email protected]>
Co-authored-by: Kyle Sayers <[email protected]>
0 commit comments