Skip to content

Commit cbaf8d9

Browse files
authored
Update llama-kv-cache.h
1 parent ac74dd9 commit cbaf8d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/llama-kv-cache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class llama_kv_cache : public llama_memory_i {
263263
// env: LLAMA_KV_CACHE_DEBUG
264264
int debug = 0;
265265

266-
// set when MSA is enabled
266+
// set when a k_idx (indexer) cache exists and the stream layout supports MSA (single seq, or one stream per seq)
267267
bool msa_strict_slots = false;
268268

269269
// this is the SWA type of the cache - not to be confused with the model SWA type

0 commit comments

Comments
 (0)