Skip to content

Commit 53327f4

Browse files
committed
cont : minor fix
1 parent bd38c76 commit 53327f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-kv-cache-unified.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ llama_kv_cache_unified::slot_info llama_kv_cache_unified::find_slot(const llama_
633633

634634
// (disabled) causal mask
635635
// note: it's better to purge any "future" tokens beforehand
636-
//if (cells.seq_has(idx)) {
636+
//if (cells.seq_has(idx, seq_id)) {
637637
// can_use = pos_cell >= pos;
638638
//}
639639

0 commit comments

Comments
 (0)