File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2713,10 +2713,10 @@ static std::string llama_model_ftype_name(llama_ftype ftype) {
2713
2713
case LLAMA_FTYPE_MOSTLY_Q5_K_S: return " Q5_K - Small" ;
2714
2714
case LLAMA_FTYPE_MOSTLY_Q5_K_M: return " Q5_K - Medium" ;
2715
2715
case LLAMA_FTYPE_MOSTLY_Q6_K: return " Q6_K" ;
2716
- case LLAMA_FTYPE_MOSTLY_IQ2_XXS:return " IQ2_XSS - 2.0625 bpw" ;
2716
+ case LLAMA_FTYPE_MOSTLY_IQ2_XXS:return " IQ2_XXS - 2.0625 bpw" ;
2717
2717
case LLAMA_FTYPE_MOSTLY_IQ2_XS: return " IQ2_XS - 2.3125 bpw" ;
2718
2718
case LLAMA_FTYPE_MOSTLY_Q3_K_XS:return " Q3_K - Extra small" ;
2719
- case LLAMA_FTYPE_MOSTLY_IQ3_XXS:return " IQ3_XSS - 3.0625 bpw" ;
2719
+ case LLAMA_FTYPE_MOSTLY_IQ3_XXS:return " IQ3_XXS - 3.0625 bpw" ;
2720
2720
2721
2721
default : return " unknown, may not work" ;
2722
2722
}
You can’t perform that action at this time.
0 commit comments