Skip to content

Commit 88f20c3

Browse files
committed
fix: Fix status for init_update sig for recurrent cache state
Branch: GraniteFour Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
1 parent fbe9ae5 commit 88f20c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-kv-cache-hybrid-recurrent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ llama_kv_cache_hybrid_recurrent_state::llama_kv_cache_hybrid_recurrent_state(
179179
llama_kv_cache_hybrid_recurrent * kv,
180180
llama_kv_cache_unified_state * state_unified,
181181
llama_kv_cache_recurrent_state * state_recurrent)
182-
: status(LLAMA_MEMORY_STATUS_SUCCESS),
182+
: status(LLAMA_MEMORY_STATUS_NO_UPDATE),
183183
kv(kv),
184184
state_attn(state_unified),
185185
state_recurrent(state_recurrent) {}

0 commit comments

Comments
 (0)