Skip to content

Commit 3b4f2e3

Browse files
authored
llama : add missing LLAMA_API for llama_chat_builtin_templates (#10636)
1 parent 82bca22 commit 3b4f2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llama.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ extern "C" {
991991
int32_t length);
992992

993993
// Get list of built-in chat templates
994-
int32_t llama_chat_builtin_templates(const char ** output, size_t len);
994+
LLAMA_API int32_t llama_chat_builtin_templates(const char ** output, size_t len);
995995

996996
//
997997
// Sampling API

0 commit comments

Comments
 (0)