push more fixes

This commit is contained in:
younesbelkada
2025-07-03 15:05:01 +04:00
parent 991de6cbe4
commit f897efdaf6
9 changed files with 504 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ llama_memory_hybrid::llama_memory_hybrid(
mem_attn(new llama_kv_cache_unified(
model,
filter_attn == nullptr ?
[&](int32_t il) { return !hparams.is_recurrent(il); }
[&](int32_t il) { return hparams.is_recurrent(il); }
: filter_attn,
type_k,
type_v,