Skip to content

Commit

Permalink
tests : include IQ2_XXS and IQ2_XS in test-quantize-fns (#6303)
Browse files Browse the repository at this point in the history
Co-authored-by: Iwan Kawrakow <[email protected]>
  • Loading branch information
ikawrakow and Kawrakow authored Mar 25, 2024
1 parent 43139cc commit 1f2fd4e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test-quantize-fns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 1f2fd4e

Please sign in to comment.