From 74d109bebc029db047c417f1b8c62e2a44a52c00 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 21 Dec 2023 21:57:32 +0200 Subject: [PATCH] Update llama.h --- llama.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llama.h b/llama.h index d43cfc953..0be4b1337 100644 --- a/llama.h +++ b/llama.h @@ -314,6 +314,7 @@ extern "C" { LLAMA_API const struct llama_model * llama_get_model(const struct llama_context * ctx); + // TODO: become more consistent with returned int types across the API LLAMA_API uint32_t llama_n_ctx (const struct llama_context * ctx); LLAMA_API uint32_t llama_n_batch (const struct llama_context * ctx);