Update llama.h
Review Comments Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
parent
17f463a083
commit
a463fb7668
1 changed files with 1 additions and 1 deletions
2
llama.h
2
llama.h
|
@ -96,7 +96,7 @@ extern "C" {
|
|||
// Sets the KV cache containing the current context for the model
|
||||
LLAMA_API void llama_set_kv_cache(
|
||||
struct llama_context * ctx,
|
||||
uint8_t * kv_cache,
|
||||
const uint8_t * kv_cache,
|
||||
size_t n_size,
|
||||
int n_token_count);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue