Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion torchao/prototype/awq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Evaluation perplexity numbers were calculated using the script in awq/example.py


The following tests were performed using LM eval and groupsize = 128
| Model | Quantization | Perplexity | Truthful QA MC2 | WinoGrande | ARC challenge |

| Model | Quantization | Perplexity | Truthful QA MC2 | WinoGrande | ARC challenge |
|--------------------|--------------|------------|-----------------|------------|---------------|
| Llama-3-8B-Instruct| bfloat16 | 10.936 | 0.540 | 0.783 | 0.567 |
| | awq-hqq-int4 | 11.383 | 0.522 | 0.772 | 0.543 |
| | awq-uint4 | 11.409 | 0.519 | 0.756 | 0.577 |
Expand Down
Loading