Skip to content

OpenVINO Model Server 2021.2.1

Compare
Choose a tag to compare
@dtrawins dtrawins released this 21 Jan 14:30
· 1820 commits to main since this release
e098dae

OpenVINO Model Server 2021.2.1 is a hot fix release without any new features and functionality changes. It contains OpenVINO Inference Engine in version - 2021.2.

It addresses the following bugs:

  • Incorrect version management for corrupted or invalid models – when the model files were invalid or incomplete, OVMS could serve incorrect version or stop serving all model versions. Now, versions with invalid model files will be ignored. Model version policy will apply only to valid models.
  • Sporadic OVMS crash after online update of the configuration file under very heavy load from DAG prediction calls.
  • Incorrect response from GetModelMetadata after online model configuration change
  • Incorrect parsing of OVMS parameters in quotes in the docker image with nginx reverse proxy for clients mTLS authorization
  • Allowed configuration of multiple pipelines with identical name – now it is prevented in configuration validation
  • Minor issues in documentation

You can use an OpenVINO Model Server public Docker image based on CentOS* via the following command:
docker pull openvino/model_server:2021.2.1 or
docker pull openvino/model_server:2021.2.1-gpu