mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-12 19:50:17 +00:00
tests : include IQ2_XXS and IQ2_XS in test-quantize-fns (#6303)
Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
parent
43139cc528
commit
1f2fd4e727
@ -138,11 +138,6 @@ int main(int argc, char * argv[]) {
|
|||||||
|
|
||||||
const ggml_type ei = (ggml_type)i;
|
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));
|
printf("Testing %s\n", ggml_type_name((ggml_type) i));
|
||||||
ggml_quantize_init(ei);
|
ggml_quantize_init(ei);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user