generate_options
Applicability
Product |
Supported (√/x) |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
x |
|
x |
|
x |
Note: For
Function Description
Generates a configuration item dictionary.
Prototype
1 | generate_options() |
Parameters
None
Example
1 2 3 4 | from llm_datadist import LLMConfig llm_config = LLMConfig() ... engine_options = llm_config.generate_options() |
Returns
The configuration item dictionary is returned.
Restrictions
None
Parent topic: LLMConfig