summaryrefslogtreecommitdiff
path: root/tests/test-quantize-fns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-quantize-fns.cpp')
-rw-r--r--tests/test-quantize-fns.cpp5
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);