From df57fcb9c8f56a1ca30f6a75aff11e9ddafd3e8c Mon Sep 17 00:00:00 2001 From: Didzis Gosko Date: Sun, 11 Jun 2023 19:00:17 +0300 Subject: [PATCH] llama : update internal API declaration --- llama.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.h b/llama.h index c9e389d20..679493104 100644 --- a/llama.h +++ b/llama.h @@ -319,7 +319,7 @@ extern "C" { #include struct ggml_tensor; -std::vector>& llama_internal_get_tensor_map(struct llama_context * ctx); +const std::vector>& llama_internal_get_tensor_map(struct llama_context * ctx); #endif