From e5d812ba781cce0e878a455a9ce0b4e986d1892b Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Tue, 3 Dec 2024 12:20:09 +0100 Subject: [PATCH] llama : add missing LLAMA_API for llama_chat_builtin_templates --- include/llama.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llama.h b/include/llama.h index 439e0ff0c..e85f459fc 100644 --- a/include/llama.h +++ b/include/llama.h @@ -991,7 +991,7 @@ extern "C" { int32_t length); // Get list of built-in chat templates - int32_t llama_chat_builtin_templates(const char ** output, size_t len); + LLAMA_API int32_t llama_chat_builtin_templates(const char ** output, size_t len); // // Sampling API