From b768a2634ae42e7108dd3aba24bee400bf2343a1 Mon Sep 17 00:00:00 2001 From: Trevor Royer Date: Thu, 30 May 2024 17:07:58 -0600 Subject: [PATCH] add bad model --- .../base/inference-service.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/tenants/ai-example/multi-model-serving/base/inference-service.yaml b/tenants/ai-example/multi-model-serving/base/inference-service.yaml index 5a276b6b..49c3bff3 100644 --- a/tenants/ai-example/multi-model-serving/base/inference-service.yaml +++ b/tenants/ai-example/multi-model-serving/base/inference-service.yaml @@ -1,3 +1,4 @@ +--- apiVersion: serving.kserve.io/v1beta1 kind: InferenceService metadata: @@ -19,3 +20,25 @@ spec: storage: key: aws-connection-multi-model path: models/fraud-detection-model/frauddetectionmodel.onnx +--- +apiVersion: serving.kserve.io/v1beta1 +kind: InferenceService +metadata: + annotations: + openshift.io/display-name: bad + serving.kserve.io/deploymentMode: ModelMesh + name: bad + labels: + opendatahub.io/dashboard: 'true' +spec: + predictor: + model: + modelFormat: + name: onnx + version: '1' + name: '' + resources: {} + runtime: multi-model-server + storage: + key: aws-connection-multi-model + path: models/bad/bad.onnx \ No newline at end of file