Module chat_flame_backend::llm
source · Expand description
The llm
(Language Model) module contains the implementation and utilities related to language models.
This includes tokenization, text generation, model interfaces, and other language model-related functionality.
Large Language Model (LLM) Module
This module contains components necessary for loading and processing large language models. It includes utilities for handling model parameters, loading models, generating tokens, and other functionalities essential for text generation.
Modules
- Parameters for text generation.
- Module for loading models.
- Processor for language models.
- Enumerations for supported models.
- Sampling utilities for language models.
- Main text generation logic.
- Generator for text generation.
- Token generator utilities.
Enums
- Enumeration representing the reason why text generation was finished.