Skip to content

Commit e0305ea

Browse files
authored
ggml : add Q4_3 quantization (#1082)
1 parent 6a9661e commit e0305ea

File tree

5 files changed

+293
-37
lines changed

5 files changed

+293
-37
lines changed

examples/quantize/quantize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ int main(int argc, char ** argv) {
1515
fprintf(stderr, " type = %d - q4_0\n", LLAMA_FTYPE_MOSTLY_Q4_0);
1616
fprintf(stderr, " type = %d - q4_1\n", LLAMA_FTYPE_MOSTLY_Q4_1);
1717
fprintf(stderr, " type = %d - q4_2\n", LLAMA_FTYPE_MOSTLY_Q4_2);
18+
fprintf(stderr, " type = %d - q4_3\n", LLAMA_FTYPE_MOSTLY_Q4_3);
1819
return 1;
1920
}
2021

0 commit comments

Comments
 (0)