ModelPath
The path to the exported generative model file to use.
You can generate an appropriate model file to use by using the export_transformers_model.py
script, which is provided in your QMS installation. For more information about how to generate a model, see Create a Generative Model.
This parameter has an effect only when Type is set to GenerativeLLM
.
Type: | String |
Default: | |
Required: | Yes, when you set Type to GenerativeLLM |
Configuration Section: | MyGenerativeModel |
Example: | ModelPath=C:\Models\model.pt
|
See Also: | Type
TokenizerPath |