Skip to content
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

[Feature Suggestion] SmoothQuant (W8A8) leads to ~50% better throughput #311

Open
DreamGenX opened this issue Jan 31, 2024 · 0 comments
Open

Comments

@DreamGenX
Copy link

Hey there,

Thank you for making Exllama!

Most quants tend to have worse throughput and latency compared to fp16 inference. SmoothQuant avoids dequantization step and allows for much higher throughput and better latency than fp16.

There's a repo for SmootQuant that lets you create SmoothQuant models and to do inference:
https://github.com/AniZpZ/AutoSmoothQuant

There's also a PR for vLLM by @AniZpZ, but given the complexity of vLLM, is unlikely to get merged any time soon:
vllm-project/vllm#1508

Exllama is known for its speed, so I think this could fit really well here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant