summaryrefslogtreecommitdiff
path: root/examples/lookahead/lookahead.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lookahead/lookahead.cpp')
-rw-r--r--examples/lookahead/lookahead.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lookahead/lookahead.cpp b/examples/lookahead/lookahead.cpp
index 9c3540b2..54f060a8 100644
--- a/examples/lookahead/lookahead.cpp
+++ b/examples/lookahead/lookahead.cpp
@@ -174,7 +174,7 @@ int main(int argc, char ** argv) {
// debug
if (dump_kv_cache) {
llama_kv_cache_view_update(ctx, &kvc_view);
- dump_kv_cache_view_seqs(kvc_view, 40);
+ llama_kv_cache_dump_view_seqs(kvc_view, 40);
}
// build the mask from https://lmsys.org/blog/2023-11-21-lookahead-decoding/