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 with gpu support and remove the other template #1999

Merged
merged 1 commit into from
Oct 23, 2023
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
3 changes: 1 addition & 2 deletions manifests/modelserving/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ commonLabels:
app.kubernetes.io/part-of: odh-dashboard
resources:
- ovms-ootb.yaml
- ovms-gpu-ootb.yaml
- caikit-ootb.yaml
images:
- name: ovms-1
newName: quay.io/opendatahub/openvino_model_server
digest: sha256:20dbfbaf53d1afbd47c612d953984238cb0e207972ed544a5ea662c2404f276d
digest: sha256:2cbe8a48ab0bc6fe7fb76919bf33253e83a6218a9c4b486b744c3dcf30679616
- name: caikit-1
newName: quay.io/opendatahub/caikit-tgis-serving:stable
digest: sha256:794adc22d52cb3ac4b5aadfb286e8431cca829acdc4909719329cf8c4fabb4ec
63 changes: 0 additions & 63 deletions manifests/modelserving/ovms-gpu-ootb.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion manifests/modelserving/ovms-ootb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ objects:
name: ovms
annotations:
openshift.io/display-name: 'OpenVINO Model Server'
opendatahub.io/disable-gpu: 'true'
labels:
opendatahub.io/dashboard: 'true'
spec:
builtInAdapter:
env:
- name: OVMS_FORCE_TARGET_DEVICE
value: AUTO
memBufferBytes: 134217728
modelLoadingTimeoutMillis: 90000
runtimeManagementPort: 8888
Expand Down
Loading