We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
enum
llama_token_get_type
1 parent 0a95b16 commit 355c3b7Copy full SHA for 355c3b7
llama.h
@@ -348,7 +348,7 @@ extern "C" {
348
349
LLAMA_API float llama_token_get_score(const struct llama_context * ctx, llama_token token);
350
351
- LLAMA_API llama_token_type llama_token_get_type(const struct llama_context * ctx, llama_token token);
+ LLAMA_API enum llama_token_type llama_token_get_type(const struct llama_context * ctx, llama_token token);
352
353
// Special tokens
354
LLAMA_API llama_token llama_token_bos(const struct llama_context * ctx); // beginning-of-sentence
0 commit comments