Clean up another merge conflict

This commit is contained in:
Colin Kealty 2026-03-11 13:36:32 -04:00
parent 12a850132c
commit 0af41bf152
1 changed files with 0 additions and 5 deletions

View File

@ -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());