8000
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 d0f77b1 commit 2e5f70aCopy full SHA for 2e5f70a
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