Skip to content

Commit 13e33aa

Browse files
committed
typo
1 parent 10d309b commit 13e33aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-model-loader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static std::string llama_model_ftype_name(llama_ftype ftype) {
6868
case LLAMA_FTYPE_MOSTLY_IQ2_KT: return "IQ2_KT - 2.125 bpw";
6969
case LLAMA_FTYPE_MOSTLY_IQ2_K: return "IQ2_K - 2.375 bpw";
7070
case LLAMA_FTYPE_MOSTLY_IQ3_K: return "IQ3_K - 3.4325 bpw";
71-
case LLAMA_FTYPE_MOSTLY_IQ3_KS: return "IQ3_K - 3.25 bpw";
71+
case LLAMA_FTYPE_MOSTLY_IQ3_KS: return "IQ3_KS - 3.25 bpw";
7272
case LLAMA_FTYPE_MOSTLY_IQ3_KL: return "IQ3_KL - 4 bpw";
7373
case LLAMA_FTYPE_MOSTLY_IQ3_KT: return "IQ3_KT - 3.125 bpw";
7474
case LLAMA_FTYPE_MOSTLY_IQ4_KT: return "IQ4_KT - 4.0 bpw";

0 commit comments

Comments
 (0)