Expand description
A safe wrapper around llama_model
.
Modules§
- params
- A safe wrapper around
llama_model_params
.
Structs§
- Llama
Chat Message - A Safe wrapper around
llama_chat_message
- Llama
Lora Adapter - A safe wrapper around
llama_lora_adapter
. - Llama
Model - A safe wrapper around
llama_model
.
Enums§
- AddBos
- How to determine if we should prepend a bos token to tokens
- Llama
Token Type From IntError - There was an error converting a
llama_vocab_type
to aVocabType
. - Special
- How to determine if we should tokenize special tokens
- Vocab
Type - a rusty equivalent of
llama_vocab_type