qwen4exp: drop an unused variable that breaks -Werror builds

(cherry picked from commit 528d032b51fa3cf935ed3ef6e0fb1c7401df53b5)
This commit is contained in:
danielhanchen
2026-08-27 00:45:01 +00:00
committed by Daniel Han
parent c52ed2a0b0
commit 6a69a0c12c
+1 -2
View File
@@ -996,8 +996,7 @@ ggml_tensor * llama_model_qwen4exp::graph::build_conv_state_at(
int il) {
const auto * mctx_cur = inp->mctx;
const auto kv_head = mctx_cur->get_head();
const auto mem_size = mctx_cur->get_size();
const auto kv_head = mctx_cur->get_head();
const int64_t n_seqs = ubatch.n_seqs;
const int64_t row_total = hparams.n_embd_r();