-
Notifications
You must be signed in to change notification settings - Fork 248
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
[QAT Lora 4/N] Strip for LoRA modules #3348
[QAT Lora 4/N] Strip for LoRA modules #3348
Conversation
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.
LGTM, minor comments
@@ -119,6 +119,23 @@ class CompressionFormat(StrEnum): | |||
FQ_LORA = "fake_quantize_with_lora" | |||
|
|||
|
|||
@api(canonical_alias="nncf.StripFormat") |
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.
This should appear in the nncf API docs after the merge, please check everything is shown properly after the merge
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.
ok, will check
Changes
StripFormat.DQ
. The old format namedStripFormat.NATIVE
.Reason for changes
Related tickets
Tests