-
Notifications
You must be signed in to change notification settings - Fork 179
[WIP] TransformModifier #1518
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
base: main
Are you sure you want to change the base?
[WIP] TransformModifier #1518
Conversation
👋 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. |
Signed-off-by: Kyle Sayers <[email protected]>
Signed-off-by: Kyle Sayers <[email protected]>
Signed-off-by: Kyle Sayers <[email protected]>
a94ffd8
to
3aa35e7
Compare
Signed-off-by: Brian Dellabetta <[email protected]>
963900a
to
b6c088e
Compare
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.
apply=[ | ||
TransformArgs( | ||
targets=["self_attn"], | ||
location="k_cache", |
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 location isn't supported yet, correct?
https://github.com/neuralmagic/compressed-tensors/pull/334/files
No description provided.