Module chat_flame_backend::llm::token_generator
source · Expand description
Token generator utilities.
Provides the core functionality for generating individual tokens during the text generation process.
Modules
Structs
- A token generator that generates tokens based on provided parameters, model processor, and sampler.
Enums
Traits
- A trait defining the behavior of a token generator.