We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5a43a commit 94188a7Copy full SHA for 94188a7
src/llama-memory-recurrent.h
@@ -12,7 +12,7 @@
12
//
13
14
// 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
+// see the implementation of llama_kv_cache_context_i for an example how to do it
16
class llama_memory_recurrent : public llama_memory_i {
17
public:
18
0 commit comments