Skip to content

Commit

Permalink
llama : add missing LLAMA_API for llama_chat_builtin_templates (ggerg…
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson authored Dec 3, 2024
1 parent 82bca22 commit 3b4f2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llama.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b4f2e3

Please sign in to comment.