Skip to content

Commit 94188a7

Browse files
committed
cont : fix comment [no ci]
1 parent 8a5a43a commit 94188a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-memory-recurrent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//
1313

1414
// TODO: extract the cache state used for graph computation into llama_memory_recurrent_context_i
15-
// see the implementation of llama_kv_cache_unified_context_i for an example how to do it
15+
// see the implementation of llama_kv_cache_context_i for an example how to do it
1616
class llama_memory_recurrent : public llama_memory_i {
1717
public:
1818

0 commit comments

Comments
 (0)