diff options
author | Kawrakow <48489457+ikawrakow@users.noreply.github.com> | 2024-03-25 18:33:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-25 19:33:15 +0200 |
commit | 1f2fd4e727a707f85d58e0b56075c3e6334d18d8 (patch) | |
tree | 9e8d173dedd3862f4e73012abc981cb1420ce749 | |
parent | 43139cc528909c3de8c144ed174e09a1f7912a80 (diff) |
tests : include IQ2_XXS and IQ2_XS in test-quantize-fns (#6303)
Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
-rw-r--r-- | tests/test-quantize-fns.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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); |