Update llama.h
Added review comments Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
parent
f411251bcf
commit
17f463a083
1 changed files with 1 additions and 1 deletions
2
llama.h
2
llama.h
|
@ -85,7 +85,7 @@ extern "C" {
|
|||
|
||||
// Returns the KV cache that will contain the context for the
|
||||
// ongoing prediction with the model.
|
||||
LLAMA_API uint8_t* llama_get_kv_cache(struct llama_context * ctx);
|
||||
LLAMA_API const uint8_t * llama_get_kv_cache(struct llama_context * ctx);
|
||||
|
||||
// Returns the size of the KV cache
|
||||
LLAMA_API size_t llama_get_kv_cache_size(struct llama_context * ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue