Parameterized Models
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 the parameters.extra
Dict. MLServer models are able to read these values in their load
method.
Example Parameterized Models
Last updated