Skip to content

Commit 5e6b62c

Browse files
committed
llama : update llama_type_name() with Q4_2 entry
1 parent fe85929 commit 5e6b62c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llama.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,7 @@ static const char *llama_ftype_name(enum llama_ftype ftype) {
840840
case LLAMA_FTYPE_MOSTLY_Q4_1: return "mostly Q4_1";
841841
case LLAMA_FTYPE_MOSTLY_Q4_1_SOME_F16:
842842
return "mostly Q4_1, some F16";
843+
case LLAMA_FTYPE_MOSTLY_Q4_2: return "mostly Q4_2";
843844
default: return "unknown, may not work";
844845
}
845846
}

0 commit comments

Comments
 (0)