Skip to main content

Module token

Module token 

Source
Expand description

Token newtype.

Modules§

data
Safe wrapper around llama_token_data.
data_array
A rusty equivalent of llama_token_data_array.

Structs§

LlamaToken
A single vocabulary token id (newtype over ik_llama.cpp’s llama_token = i32).