qbcompiler.configs.models.LlmConfig Class Reference#
|
Mobilint SDK qb Compiler v1.1
MCS002-EN
|
qbcompiler.configs.models.LlmConfig Class Reference
Configuration for Large Language Model (LLM) compilation. More...
Inheritance diagram for qbcompiler.configs.models.LlmConfig:
Classes | |
| class | Attributes |
Public Member Functions | |
| "LlmConfig" | with_updates (self, **kwargs) |
| Return a copy with updated fields. | |
Static Public Attributes | |
| model_config | |
| bool | apply |
| Attributes | |
| default_factory | |
| alias | |
Detailed Description
Configuration for Large Language Model (LLM) compilation.
Defines LLM-specific settings including sequence lengths, cache configurations, and runtime parameters for efficient LLM inference.
- Parameters
-
apply bool. If True, apply LLM-specific configurations attributes Attributes. LLM attributes configuration
Member Function Documentation
◆ with_updates()
| "LlmConfig" qbcompiler.configs.models.LlmConfig.with_updates | ( | self, | |
| ** | kwargs ) |
Member Data Documentation
◆ model_config
|
static |
◆ apply
|
static |
◆ Attributes
◆ default_factory
|
static |
◆ alias
The documentation for this class was generated from the following file:
Generated by