Skip to content

Commit 7359016

Browse files
authored
quantize : fix typo (#5211)
Fix misprint in quantize help
1 parent 8134169 commit 7359016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quantize/quantize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static const std::vector<struct quant_option> QUANT_OPTIONS = {
3636
{ "Q5_K", LLAMA_FTYPE_MOSTLY_Q5_K_M, "alias for Q5_K_M", },
3737
{ "Q5_K_S", LLAMA_FTYPE_MOSTLY_Q5_K_S, " 4.33G, +0.0400 ppl @ LLaMA-v1-7B", },
3838
{ "Q5_K_M", LLAMA_FTYPE_MOSTLY_Q5_K_M, " 4.45G, +0.0122 ppl @ LLaMA-v1-7B", },
39-
{ "Q6_K", LLAMA_FTYPE_MOSTLY_Q6_K, " 5.15G, -0.0008 ppl @ LLaMA-v1-7B", },
39+
{ "Q6_K", LLAMA_FTYPE_MOSTLY_Q6_K, " 5.15G, +0.0008 ppl @ LLaMA-v1-7B", },
4040
{ "Q8_0", LLAMA_FTYPE_MOSTLY_Q8_0, " 6.70G, +0.0004 ppl @ LLaMA-v1-7B", },
4141
{ "F16", LLAMA_FTYPE_MOSTLY_F16, "13.00G @ 7B", },
4242
{ "F32", LLAMA_FTYPE_ALL_F32, "26.00G @ 7B", },

0 commit comments

Comments
 (0)