Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Iwan Kawrakow
6f20e2672f Include IQ2_XXS and IQ2_XS in teet-quantize-fns 2024-03-25 19:01:20 +02:00

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