mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 14:20:31 +01:00
llama : add missing LLAMA_API for llama_chat_builtin_templates (#10636)
This commit is contained in:
parent
82bca2257b
commit
3b4f2e33e2
@ -991,7 +991,7 @@ extern "C" {
|
|||||||
int32_t length);
|
int32_t length);
|
||||||
|
|
||||||
// Get list of built-in chat templates
|
// 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
|
// Sampling API
|
||||||
|
Loading…
Reference in New Issue
Block a user