We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e936ad commit 982bfceCopy full SHA for 982bfce
examples/quantize/quantize.cpp
@@ -10,6 +10,8 @@ static const std::map<std::string, enum llama_ftype> LLAMA_FTYPE_MAP = {
10
{"q4_1", LLAMA_FTYPE_MOSTLY_Q4_1},
11
{"q4_2", LLAMA_FTYPE_MOSTLY_Q4_2},
12
{"q4_3", LLAMA_FTYPE_MOSTLY_Q4_3},
13
+ {"q5_0", LLAMA_FTYPE_MOSTLY_Q5_0},
14
+ {"q5_1", LLAMA_FTYPE_MOSTLY_Q5_1},
15
{"q8_0", LLAMA_FTYPE_MOSTLY_Q8_0},
16
};
17
0 commit comments