-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for pre-compressed MatMuls in AWQ. (#2648)
### Changes 1) Avoiding int8/int4 MatMuls processing in AWQ. 2) Tests for case of compression pre-compressed models. 3) Test for group_size == -1 and AWQ/scale estimation. ### Reason for changes Compression incorrectly falls with AWQ and pre-compressed models with int8/int4 MatMuls. ### Related tickets CVS-137988 ### Tests Unit tests.
- Loading branch information
1 parent
ac15a65
commit 7985126
Showing
3 changed files
with
68 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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