You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: