Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OVMS images and template #2553

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion manifests/modelserving/ovms-kserve-ootd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ objects:
prometheus.kserve.io/path: /metrics
supportedModelFormats:
- name: openvino_ir
version: opset11
version: opset13
autoSelect: true
- name: onnx
version: '1'
Expand All @@ -40,6 +40,9 @@ objects:
- name: paddle
version: '2'
autoSelect: true
- name: pytorch
version: '2'
autoSelect: true
protocolVersions:
- v2
- grpc-v2
Expand All @@ -54,6 +57,8 @@ objects:
- '--file_system_poll_wait_seconds=0'
- '--grpc_bind_address=127.0.0.1'
- '--rest_bind_address=127.0.0.1'
- '--target_device=AUTO'
- '--metrics_enable'
ports:
- containerPort: 8888
protocol: TCP
4 changes: 2 additions & 2 deletions manifests/overlays/modelserving/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resources:
images:
- name: quay.io/opendatahub/openvino_model_server
newName: quay.io/modh/openvino_model_server
digest: sha256:007304a96acd654ca5133c50990c6785464fcea44304c8a846d3279b9c83a9d4
digest: sha256:5d04d405526ea4ce5b807d0cd199ccf7f71bab1228907c091e975efa770a4908
- name: quay.io/opendatahub/caikit-tgis-serving
newName: quay.io/modh/caikit-tgis-serving
digest: sha256:444bca43c99bfc4b961c926f5f10c556488613912f5e333011e98b3407d76d00
Expand All @@ -17,4 +17,4 @@ images:
digest: sha256:e4d24fd401fd4eb89b49b4ab07e0c08389384d4a672b240e98a03ad7f9ef1c85
- name: quay.io/opendatahub/openvino_model_server
newName: quay.io/modh/openvino_model_server
digest: sha256:007304a96acd654ca5133c50990c6785464fcea44304c8a846d3279b9c83a9d4
heyselbi marked this conversation as resolved.
Show resolved Hide resolved
digest: sha256:5d04d405526ea4ce5b807d0cd199ccf7f71bab1228907c091e975efa770a4908
Loading