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 4a2f703 commit 7927655Copy full SHA for 7927655
src/llama.cpp
@@ -4465,7 +4465,7 @@ static std::string llama_model_ftype_name(llama_ftype ftype) {
4465
case LLAMA_FTYPE_MOSTLY_Q5_0: return "Q5_0";
4466
case LLAMA_FTYPE_MOSTLY_Q5_1: return "Q5_1";
4467
case LLAMA_FTYPE_MOSTLY_Q8_0: return "Q8_0";
4468
- case LLAMA_FTYPE_MOSTLY_Q8_0_B16: return "Q4_0_B16";
+ case LLAMA_FTYPE_MOSTLY_Q8_0_B16: return "Q8_0_B16";
4469
case LLAMA_FTYPE_MOSTLY_Q2_K: return "Q2_K - Medium";
4470
case LLAMA_FTYPE_MOSTLY_Q2_K_S: return "Q2_K - Small";
4471
case LLAMA_FTYPE_MOSTLY_Q3_K_S: return "Q3_K - Small";
0 commit comments