-
Notifications
You must be signed in to change notification settings - Fork 442
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
Supports W8A8 quantization for more models #2850
Conversation
| YI | 6B - 34B | LLM | Yes | Yes | Yes | No | Yes | | ||
| Mistral | 7B | LLM | Yes | Yes | Yes | No | No | | ||
| YI | 6B - 34B | LLM | Yes | Yes | Yes | Yes | Yes | | ||
| Mistral | 7B | LLM | Yes | Yes | Yes | Yes | Yes | | ||
| Mixtral | 8x7B, 8x22B | LLM | Yes | Yes | Yes | No | No | |
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.
Mixtral cannot?
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.
Pytorch engine did not support it yet.
| QWen1.5-MoE | A2.7B | LLM | Yes | Yes | Yes | No | No | | ||
| QWen2 | 0.5B - 72B | LLM | Yes | Yes | No | No | Yes | |
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.
where is qwen2.5
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.
Qwen2.5 shares the same structure with qwen2
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.
qwen2.5 is mentioned in #2849 @zhulinJulia24
Basically, all the AWQ models support W8A8 quantization too.