Skip to content

AWQ and SmoothQuant #130

@DavidePaglieri

Description

@DavidePaglieri

Hi, first of all congrats for the great work!

I wanted to ask why isn't there a more thorough comparison between AWQ and SmoothQuant in the paper. To my understanding, they both work using a similar intuition, scaling up weights and scaling down activations. SmoothQuant uses W8A8, which according to #56 is faster for large batch sizes since it can use faster matrix multiplication, while AWQ uses W4A16 (FP activations), which is faster for small batch sizes (but slower for larger ones as you have to dequantize the weights every time in order to perform matrix multiplication in FP16).

However how do they compare in perplexity benchmark and why were they not compared in the paper since they come from the same authors? Am I missing something?

Thank you in advance for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions