Skip to content

Commit

Permalink
chore: Update to use latest OVMS 2022.2 image
Browse files Browse the repository at this point in the history
#### Motivation

Intel have released a new version of OpenVINO Model Server which now supports the KServe V2 prediction API (in addition to existing V1 API support): https://github.com/openvinotoolkit/model_server/releases/tag/v2022.2

#### Modifications

Update OVMS image tag from 2022.1 to 2022.2 in the ServingRuntime configuration.

#### Result

KServe V2 API can be used with OpenVINO Model Server and model-mesh.

Signed-off-by: Nick Hill <[email protected]>
  • Loading branch information
njhill committed Oct 6, 2022
1 parent 3cfb2db commit 8077910
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/runtimes/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ resources:
images:
- name: tritonserver-2
newName: nvcr.io/nvidia/tritonserver
newTag: 21.06.1-py3
newTag: "21.06.1-py3"

- name: mlserver-0
newName: seldonio/mlserver
newTag: 0.5.2
newTag: "0.5.2"

- name: ovms-1
newName: openvino/model_server
newTag: "2022.1"
newTag: "2022.2"

transformers:
- ../default/metadataLabelTransformer.yaml

0 comments on commit 8077910

Please sign in to comment.