-
Notifications
You must be signed in to change notification settings - Fork 255
Support transposed input for data-aware Weights Compression #3296
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
rk119
wants to merge
40
commits into
openvinotoolkit:develop
Choose a base branch
from
rk119:support_transposed_input
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
ada9c0a
Lora correction input transpose support
rk119 90381d7
Merge branch 'openvinotoolkit:develop' into support_transposed_input
rk119 a18ba70
OV backend act transpose support
rk119 64f769e
Merge branch 'develop' into support_transposed_input
rk119 d69ff3f
pre-commit fix
rk119 c78b033
Merge branch 'develop' into support_transposed_input
rk119 d493314
Brute force solution
rk119 202815b
Minor fix
rk119 1dc14ba
pre-commit fix
rk119 50eddb4
attempt fix
rk119 9dccf21
Add doc string
rk119 f5d2a1f
Merge branch 'develop' into support_transposed_input
rk119 3fde78a
Merge branch 'develop' into support_transposed_input
rk119 aa062dc
Implement get_activation_channel_axis
rk119 051a183
fix test
rk119 7f7f468
Fix error
rk119 b82b0c4
Merge branch 'develop' into support_transposed_input
rk119 e19804c
Fix OV NNCF Graph Builder add edges
rk119 8016399
Update
rk119 5489669
Merge branch 'develop' into support_transposed_input
rk119 298b587
Update
rk119 9a7cb02
Update
rk119 93c9cef
Merge branch 'develop' into support_transposed_input
rk119 341c4a8
Update
rk119 cda3fed
Update
rk119 a324587
Merge branch 'develop' into support_transposed_input
rk119 cc0d909
Merge branch 'develop' into support_transposed_input
rk119 2b9a6c2
Merge branch 'develop' into HEAD
rk119 b104c4d
Merge branch 'develop' into support_transposed_input
rk119 cb8c0d3
Merge branch 'develop' into support_transposed_input
rk119 f854405
Update torch_backend.py
rk119 78b2993
Update backend.py
rk119 670a5b4
Update openvino_backend.py
rk119 ab9c054
Update torch_fx_backend.py
rk119 19febb6
update
rk119 d808f70
pre-commit fix
rk119 8897321
Update nncf/quantization/algorithms/weight_compression/scale_estimati…
rk119 31a0c40
Update nncf/quantization/algorithms/weight_compression/gptq.py
rk119 a495284
Update nncf/quantization/algorithms/weight_compression/algorithm.py
rk119 90cb1c7
pre-commit fix
rk119 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rk119 could you please add AWQModel to this test case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, just to confirm, should a model like the following be added in
tests/openvino/native/quantization/test_weights_compression.py
:and the test to be updated like this: