mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-17 20:31:47 +02:00
qwen4exp: drop an unused variable that breaks -Werror builds
(cherry picked from commit 528d032b51fa3cf935ed3ef6e0fb1c7401df53b5)
This commit is contained in:
committed by
Daniel Han
parent
c52ed2a0b0
commit
6a69a0c12c
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user