mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-29 19:01:47 +00:00
iq1bn: adjust scalar dot product and some cleanup
This commit is contained in:
2
ggml.c
2
ggml.c
@@ -21119,8 +21119,6 @@ void ggml_quantize_init(enum ggml_type type) {
|
||||
case GGML_TYPE_IQ1_M: iq2xs_init_impl(type); break;
|
||||
case GGML_TYPE_IQ3_XXS: iq3xs_init_impl(256); break;
|
||||
case GGML_TYPE_IQ3_S: iq3xs_init_impl(512); break;
|
||||
case GGML_TYPE_IQ2_BN:
|
||||
case GGML_TYPE_IQ1_BN: iq1bn_init_impl(); break;
|
||||
default: // nothing
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user