-
Notifications
You must be signed in to change notification settings - Fork 190
Add a generic wrap_hf_model_class
utility to support VLMs
#185
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
Conversation
👋 Hi! Thank you for contributing to llm-compressor. Please add the ready label when the PR is ready for review. |
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.
I love python!
create_sparse_auto_model_class
utilitywrap_hf_model_class
utility to support VLMs
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.
Very nice
Co-authored-by: Kyle Sayers <[email protected]>
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!
An idea to allow a generic wrapper for HF model classes to work with llmcompressor. I am specifically interested in this so we can compressed VLMs that have custom model classes, rather than "Auto" classes