generate_options
Applicability
Product |
Supported (Yes/No) |
|---|---|
Atlas 350 Accelerator Card |
No |
Yes |
|
Yes |
|
No |
|
No |
|
No |
Note: For the
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
A configuration item dictionary is returned.
Constraints
None
Parent topic: LLMConfig