# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The OVMS Model Manager follows the Actor pattern to own and manage models
The exposed functions are thread safe; they send messages to the Actor and wait for a response.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OvmsMultiModelRepositoryConfig Types defining the structure of the OVMS Multi-Model config file
Doc: https://github.com/openvinotoolkit/model_server/blob/main/docs/multiple_models_mode.md JSON Schema: https://github.com/openvinotoolkit/model_server/blob/eab97207fbe9078f83a3f85b468418555b02959a/src/schema.cpp#L28
EXAMPLE:
{ "model_config_list": [ { "config": { "name": "model_name1", "base_path": "/models/model1" } }, { "config": { "name": "model_name2", "base_path": "/models/model1" } } ] }.
# Type aliases
No description provided by the author