Skip to content

Commit 1f2fd4e

Browse files
ikawrakowKawrakow
andauthored
tests : include IQ2_XXS and IQ2_XS in test-quantize-fns (ggml-org#6303)
Co-authored-by: Iwan Kawrakow <[email protected]>
1 parent 43139cc commit 1f2fd4e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test-quantize-fns.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@ int main(int argc, char * argv[]) {
138138

139139
const ggml_type ei = (ggml_type)i;
140140

141-
if (ei == GGML_TYPE_IQ2_XXS || ei == GGML_TYPE_IQ2_XS) {
142-
printf("Skip %s due to missing quantization functionality\n", ggml_type_name(ei));
143-
continue;
144-
}
145-
146141
printf("Testing %s\n", ggml_type_name((ggml_type) i));
147142
ggml_quantize_init(ei);
148143

0 commit comments

Comments
 (0)