Skip to content

Commit

Permalink
cuBLAS: also pin kv cache
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren committed Apr 27, 2023
1 parent 7455432 commit e3bc7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ struct llama_kv_cache {

struct ggml_context * ctx = NULL;

llama_buffer buf;
llama_ctx_buffer buf;

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

Expand Down

0 comments on commit e3bc7c7

Please sign in to comment.