From: Xuan Son Nguyen Date: Tue, 3 Dec 2024 11:54:30 +0000 (+0100) Subject: llama : add missing LLAMA_API for llama_chat_builtin_templates (#10636) X-Git-Tag: upstream/0.0.4488~239 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3b4f2e33e2cbfca621e623c4b92b88da57a8c2f4;p=pkg%2Fggml%2Fsources%2Fllama.cpp llama : add missing LLAMA_API for llama_chat_builtin_templates (#10636) --- diff --git a/include/llama.h b/include/llama.h index 439e0ff0..e85f459f 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