We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a394039 commit 3e69319Copy full SHA for 3e69319
src/llama-kv-cache.h
@@ -37,7 +37,7 @@ struct llama_kv_cache {
37
bool can_shift = false;
38
39
// Note: The value of head isn't only used to optimize searching
40
- // for a free KV slot. llama_decode_internal also uses it, so it
+ // for a free KV slot. llama_decode_impl also uses it, so it
41
// cannot be freely changed after a slot has been allocated.
42
uint32_t head = 0;
43
uint32_t size = 0;
0 commit comments