Include IQ2_XXS and IQ2_XS in teet-quantize-fns

This commit is contained in:
Iwan Kawrakow 2024-03-25 19:01:20 +02:00
parent 43139cc528
commit 6f20e2672f

View File

@ -138,11 +138,6 @@ int main(int argc, char * argv[]) {
const ggml_type ei = (ggml_type)i;
if (ei == GGML_TYPE_IQ2_XXS || ei == GGML_TYPE_IQ2_XS) {
printf("Skip %s due to missing quantization functionality\n", ggml_type_name(ei));
continue;
}
printf("Testing %s\n", ggml_type_name((ggml_type) i));
ggml_quantize_init(ei);