tcclaviger commited on
Commit
f4af961
·
verified ·
1 Parent(s): 1d1f6eb

README: simplify PPL table rows

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -30,10 +30,10 @@ falls back to Triton reference kernels and runs substantially slower.
30
  | checkpoint | PPL |
31
  |---|---|
32
  | BF16 original | 6.9224 |
33
- | this quant, W8A16, bf16 KV cache | 6.8978 |
34
- | this quant, W8A8, bf16 KV cache | 6.9034 |
35
- | this quant, W8A16, fp8 KV cache | 6.9369 |
36
- | **this quant, W8A8, fp8 KV cache (as shipped)** | **6.9392** |
37
 
38
  The fp8 KV rows include the KV-cache quantization, not just weight/activation
39
  error. All rows measured on the served model; the PPL tool is included in the
 
30
  | checkpoint | PPL |
31
  |---|---|
32
  | BF16 original | 6.9224 |
33
+ | W8A16, bf16 KV cache | 6.8978 |
34
+ | W8A8, bf16 KV cache | 6.9034 |
35
+ | W8A16, fp8 KV cache | 6.9369 |
36
+ | W8A8, fp8 KV cache (as shipped) | 6.9392 |
37
 
38
  The fp8 KV rows include the KV-cache quantization, not just weight/activation
39
  error. All rows measured on the served model; the PPL tool is included in the