llama : add missing LLAMA_API for llama_chat_builtin_templates (#10636)

This commit is contained in:
Xuan Son Nguyen 2024-12-03 12:54:30 +01:00 committed by Eve
parent d37b7e0910
commit f697baf88f

View file

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