Skip to content

Commit e435b81

Browse files
committed
ggml : Q4_2 ARM
1 parent 4caebf6 commit e435b81

File tree

5 files changed

+263
-11
lines changed

5 files changed

+263
-11
lines changed

examples/quantize/quantize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ int main(int argc, char ** argv) {
1414
fprintf(stderr, "usage: %s model-f32.bin model-quant.bin type\n", argv[0]);
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);
17+
fprintf(stderr, " type = %d - q4_2\n", LLAMA_FTYPE_MOSTLY_Q4_2);
1718
return 1;
1819
}
1920

0 commit comments

Comments
 (0)