diff options
Diffstat (limited to 'ggml.h')
-rw-r--r-- | ggml.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -2086,12 +2086,6 @@ extern "C" { GGML_API void ggml_deinit_iq2_quantization(enum ggml_type type); // - // Importance matrix - // - typedef void(*ggml_collect_imatrix_t)(const struct ggml_tensor * src0, const struct ggml_tensor * src1); - GGML_API void ggml_set_imatrix_collection(ggml_collect_imatrix_t imatrix_collect); - - // // gguf // |