From 0af41bf152ee6ddb6e44bd39a3288cce7162f916 Mon Sep 17 00:00:00 2001 From: Colin Kealty <3266127+bartowski1182@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:36:32 -0400 Subject: [PATCH] Clean up another merge conflict --- src/llama-quant.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/llama-quant.cpp b/src/llama-quant.cpp index 3a6feb1388..872f60059e 100644 --- a/src/llama-quant.cpp +++ b/src/llama-quant.cpp @@ -1399,11 +1399,6 @@ static void llama_model_quantize_impl(const std::string & fname_inp, const std:: const struct ggml_tensor * tensor = it->tensor; const std::string name = ggml_get_name(tensor); - metadata[i].category = tensor_get_category(name); - - if (category_is_attn_v(metadata[i].category)) { - ++qs.n_attention_wv; - uint16_t i_split = params->keep_split ? it->idx : 0; if (!ctx_outs[i_split]) { ctx_outs[i_split].reset(gguf_init_empty());