Skip to content

Commit e3bc7c7

Browse files
committed
cuBLAS: also pin kv cache
1 parent 7455432 commit e3bc7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ struct llama_kv_cache {
136136

137137
struct ggml_context * ctx = NULL;
138138

139-
llama_buffer buf;
139+
llama_ctx_buffer buf;
140140

141141
int n; // number of tokens currently in the cache
142142

0 commit comments

Comments
 (0)