]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
tests : include IQ2_XXS and IQ2_XS in test-quantize-fns (llama/6303)
authorKawrakow <redacted>
Mon, 25 Mar 2024 17:33:15 +0000 (18:33 +0100)
committerGeorgi Gerganov <redacted>
Wed, 27 Mar 2024 11:20:00 +0000 (13:20 +0200)
Co-authored-by: Iwan Kawrakow <redacted>
tests/test-quantize-fns.cpp

index f615b612d9189fff6a5dabdc7506f7eff8477e21..e690ac6c85a71d02ed63ac33f8c351277a54f718 100644 (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);