Skip to content

Commit 166e60f

Browse files
committed
ggml : remove Q4_2 mode
1 parent 4ab39d2 commit 166e60f

File tree

5 files changed

+2
-295
lines changed

5 files changed

+2
-295
lines changed

examples/quantize/quantize.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
static const std::map<std::string, enum llama_ftype> LLAMA_FTYPE_MAP = {
1010
{"q4_0", LLAMA_FTYPE_MOSTLY_Q4_0},
1111
{"q4_1", LLAMA_FTYPE_MOSTLY_Q4_1},
12-
{"q4_2", LLAMA_FTYPE_MOSTLY_Q4_2},
1312
{"q5_0", LLAMA_FTYPE_MOSTLY_Q5_0},
1413
{"q5_1", LLAMA_FTYPE_MOSTLY_Q5_1},
1514
{"q8_0", LLAMA_FTYPE_MOSTLY_Q8_0},

0 commit comments

Comments
 (0)