Skip to content

Commit

Permalink
remove test examples
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed May 31, 2024
1 parent 506395e commit a34bacb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
23 changes: 0 additions & 23 deletions tenants/ai-example/multi-model-serving/base/inference-service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: serving.kserve.io/v1beta1
kind: InferenceService
metadata:
Expand All @@ -20,25 +19,3 @@ 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
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: serving.kserve.io/v1beta1
kind: InferenceService
metadata:
Expand All @@ -22,27 +21,3 @@ spec:
storage:
key: aws-connection-tgis
path: models/flan-t5-small
---
apiVersion: serving.kserve.io/v1beta1
kind: InferenceService
metadata:
annotations:
openshift.io/display-name: tgis
serving.knative.openshift.io/enablePassthrough: "true"
sidecar.istio.io/inject: "true"
sidecar.istio.io/rewriteAppHTTPProbers: "true"
labels:
opendatahub.io/dashboard: "true"
name: tgis-test
spec:
predictor:
maxReplicas: 1
minReplicas: 1
model:
modelFormat:
name: pytorch
name: ""
runtime: tgis
storage:
key: aws-connection-tgis
path: models/flan-t5-small-blah

0 comments on commit a34bacb

Please sign in to comment.