tests : include IQ2_XXS and IQ2_XS in test-quantize-fns (#6303)

Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
Kawrakow 2024-03-25 18:33:15 +01:00 committed by GitHub
parent 43139cc528
commit 1f2fd4e727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);