Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit dc77ce1

Browse files
committed
bug: clean kv cache must be false all the time
1 parent 2c25ffc commit dc77ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context/llama_server_context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ struct llama_server_context {
471471
llama_batch batch;
472472

473473
bool multimodal = false;
474-
bool clean_kv_cache = true;
474+
bool clean_kv_cache = false;
475475
bool all_slots_are_idle = false;
476476
bool add_bos_token = true;
477477

0 commit comments

Comments
 (0)