LLMConfig Constructor
Applicability
Product |
Supported (√/x) |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
x |
|
x |
|
x |
Note: For
Function Description
Constructs an LLMConfig instance, which provides the configuration item dictionary required by init. Using this class simplifies the construction of the configuration dictionary.
Decode and Prompt can bidirectionally pull the KV cache. The APIs in this mode include enable_cache_manager, mem_pool_cfg, and listen_ip_info.
Prototype
1 | __init__() |
Parameters
None
Example
1 2 | from llm_datadist import LLMConfig llm_config = LLMConfig() |
Returns
LLMConfig instances are returned.
Restrictions
None