Skip to content

Commit 903e46f

Browse files
committed
kv-cache : remove comment
1 parent 58e1d40 commit 903e46f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/llama-kv-cache.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,6 @@ void llama_kv_cache_unified::seq_keep(llama_seq_id seq_id) {
216216
uint32_t new_head = size;
217217

218218
for (uint32_t i = 0; i < size; ++i) {
219-
// TODO: remove tail
220-
//if (recurrent && (llama_seq_id) i != seq_id) {
221-
// cells[i].tail = -1;
222-
//}
223-
224219
if (!cells[i].has_seq_id(seq_id)) {
225220
if (cells[i].pos >= 0) {
226221
used--;

0 commit comments

Comments
 (0)