Skip to content

Commit

Permalink
add bad model
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed May 30, 2024
1 parent 0084c97 commit b768a26
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tenants/ai-example/multi-model-serving/base/inference-service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: serving.kserve.io/v1beta1
kind: InferenceService
metadata:
Expand All @@ -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

Check failure on line 44 in tenants/ai-example/multi-model-serving/base/inference-service.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

44:34 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit b768a26

Please sign in to comment.