added LLAMA_API

This commit is contained in:
Marcus Dunn 2023-10-21 16:07:26 -07:00
parent a4ab8e5d83
commit 7b127a734d

View file

@ -515,10 +515,10 @@ extern "C" {
LLAMA_API llama_token llama_token_suffix(const struct llama_context * ctx); // Beginning of infill suffix
LLAMA_API llama_token llama_token_eot (const struct llama_context * ctx); // End of infill middle
llama_token llama_model_token_prefix(const struct llama_model * model);
llama_token llama_model_token_middle(const struct llama_model * model);
llama_token llama_model_token_suffix(const struct llama_model * model);
llama_token llama_model_token_eot (const struct llama_model * model);
LLAMA_API llama_token llama_model_token_prefix(const struct llama_model * model);
LLAMA_API llama_token llama_model_token_middle(const struct llama_model * model);
LLAMA_API llama_token llama_model_token_suffix(const struct llama_model * model);
LLAMA_API llama_token llama_model_token_eot (const struct llama_model * model);
//
// Tokenization