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 10d309b commit 13e33aaCopy full SHA for 13e33aa
src/llama-model-loader.cpp
@@ -68,7 +68,7 @@ static std::string llama_model_ftype_name(llama_ftype ftype) {
68
case LLAMA_FTYPE_MOSTLY_IQ2_KT: return "IQ2_KT - 2.125 bpw";
69
case LLAMA_FTYPE_MOSTLY_IQ2_K: return "IQ2_K - 2.375 bpw";
70
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";
+ case LLAMA_FTYPE_MOSTLY_IQ3_KS: return "IQ3_KS - 3.25 bpw";
72
case LLAMA_FTYPE_MOSTLY_IQ3_KL: return "IQ3_KL - 4 bpw";
73
case LLAMA_FTYPE_MOSTLY_IQ3_KT: return "IQ3_KT - 3.125 bpw";
74
case LLAMA_FTYPE_MOSTLY_IQ4_KT: return "IQ4_KT - 4.0 bpw";
0 commit comments