Update llama.h

Review Comments

Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
Christian Falch 2023-04-01 18:46:47 +02:00 committed by GitHub
parent 17f463a083
commit a463fb7668
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);