Skip to content

Commit 7927655

Browse files
committed
Update the type name in llama.cpp
1 parent 4a2f703 commit 7927655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4465,7 +4465,7 @@ static std::string llama_model_ftype_name(llama_ftype ftype) {
44654465
case LLAMA_FTYPE_MOSTLY_Q5_0: return "Q5_0";
44664466
case LLAMA_FTYPE_MOSTLY_Q5_1: return "Q5_1";
44674467
case LLAMA_FTYPE_MOSTLY_Q8_0: return "Q8_0";
4468-
case LLAMA_FTYPE_MOSTLY_Q8_0_B16: return "Q4_0_B16";
4468+
case LLAMA_FTYPE_MOSTLY_Q8_0_B16: return "Q8_0_B16";
44694469
case LLAMA_FTYPE_MOSTLY_Q2_K: return "Q2_K - Medium";
44704470
case LLAMA_FTYPE_MOSTLY_Q2_K_S: return "Q2_K - Small";
44714471
case LLAMA_FTYPE_MOSTLY_Q3_K_S: return "Q3_K - Small";

0 commit comments

Comments
 (0)