Parameterized Models
Last updated
Was this helpful?
Last updated
Was this helpful?
The Model specification allows parameters to be passed to the loaded model to allow customization. For example:
This capability is only available for MLServer custom model runtimes. The named keys and
values will be added to the model-settings.json file for the provided model in theparameters.extra
Dict. MLServer models are able to read these values in their load
method.