diff options
author | Iwan Kawrakow <iwan.kawrakow@gmail.com> | 2024-07-17 08:44:46 +0200 |
---|---|---|
committer | Iwan Kawrakow <iwan.kawrakow@gmail.com> | 2024-07-17 08:44:46 +0200 |
commit | ba00f23ea18fba5a6e8107a784c2b1db618d5caf (patch) | |
tree | 1917b9696711bb8411e83a68218c0e115920a260 /ggml-quants.h | |
parent | 873a790ee22538d1d9d7205db7210c70955ab1e1 (diff) |
iq1bn: adjust scalar dot product and some cleanup
Diffstat (limited to 'ggml-quants.h')
-rw-r--r-- | ggml-quants.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ggml-quants.h b/ggml-quants.h index 3535f178..00d64cff 100644 --- a/ggml-quants.h +++ b/ggml-quants.h @@ -138,7 +138,6 @@ void iq2xs_init_impl(enum ggml_type type); void iq2xs_free_impl(enum ggml_type type); void iq3xs_init_impl(int grid_size); void iq3xs_free_impl(int grid_size); -void iq1bn_init_impl(void); #ifdef __cplusplus } |