We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Do you know how can I quantize Qwen2-Audio-7B-Instruct, and how can I run this quanztied model
The text was updated successfully, but these errors were encountered:
It should work, gptqmodel qunatization happen at the lowest model depth and does not care if the tensors represent text, image, or audio.
The problem is integration and getting all the special tokenization/preprocessing to work.
If there is demand, we may add support for it. To start look at how we do the Qwen VL or OVIS model and use that as foundation.
Sorry, something went wrong.
No branches or pull requests
Do you know how can I quantize Qwen2-Audio-7B-Instruct, and how can I run this quanztied model
The text was updated successfully, but these errors were encountered: