added LLAMA_API
This commit is contained in:
parent
a4ab8e5d83
commit
7b127a734d
1 changed files with 4 additions and 4 deletions
8
llama.h
8
llama.h
|
@ -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_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_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_API llama_token llama_model_token_prefix(const struct llama_model * model);
|
||||||
llama_token llama_model_token_middle(const struct llama_model * model);
|
LLAMA_API llama_token llama_model_token_middle(const struct llama_model * model);
|
||||||
llama_token llama_model_token_suffix(const struct llama_model * model);
|
LLAMA_API 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_eot (const struct llama_model * model);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Tokenization
|
// Tokenization
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue