From: Kawrakow Date: Mon, 25 Mar 2024 17:33:15 +0000 (+0100) Subject: tests : include IQ2_XXS and IQ2_XS in test-quantize-fns (llama/6303) X-Git-Tag: upstream/0.0.1642~812 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f3ae68645d8d3d8f219704b1367143184ffce3ac;p=pkg%2Fggml%2Fsources%2Fggml tests : include IQ2_XXS and IQ2_XS in test-quantize-fns (llama/6303) Co-authored-by: Iwan Kawrakow --- diff --git a/tests/test-quantize-fns.cpp b/tests/test-quantize-fns.cpp index f615b612..e690ac6c 100644 --- a/tests/test-quantize-fns.cpp +++ b/tests/test-quantize-fns.cpp @@ -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);