Skip to content

Latest commit

 

History

History
 
 

model-mesh-ovms-adapter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Model Mesh OpenVINO Model Server (OVMS)

This is an adapter which implements the internal model-mesh model management API for OpenVINO Model Server.

This adapter is different than the other adapters because OpenVINO is modeled after TensorflowServing and does not implement the KFSv2 API. OVMS also does not have a direct model management API; its multimodel support is implemented with an on-disk config file that can be reloaded with a REST API call.