-
Notifications
You must be signed in to change notification settings - Fork 93
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
SmoothQuant doesn't respect ignored modules for VLMs #687
Comments
@dsikka @kylesayrs is this one included in the bug fixes for the vision pipelines we're working on? |
@markurtz @dsikka @kylesayrs Hey, just wanted to follow up on this. I'm facing the same issue on my end. Is this issue supposed to be resolved, or is it currently unsupported? |
@kylesayrs - any updates on this? |
Closing, opening in asana: https://app.asana.com/0/1208216504433080/1209031311964416/f |
Hey! I don't believe Asana is public access. Any word on progress for this? |
Hi @Reichenbachian! This was fixed by #1015 |
I am trying to apply SmoothQuant during W8A8 quantization of
meta-llama/Llama-3.2-11B-Vision-Instruct
where I ignore all of the modules except for language_model. However I find that it crashes when going through the vision model that I have chosen to ignoreError:
Code to trigger:
Full log and error:
The text was updated successfully, but these errors were encountered: