Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 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
2 changes: 1 addition & 1 deletion .github/workflows/fvt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Pre-pull runtime images
run: |
eval $(minikube -p minikube docker-env)
docker pull nvcr.io/nvidia/tritonserver:21.06.1-py3
docker pull nvcr.io/nvidia/tritonserver:23.04-py3
docker pull seldonio/mlserver:1.3.2
docker pull openvino/model_server:2022.2
# docker pull pytorch/torchserve:0.7.1-cpu
Expand Down
2 changes: 1 addition & 1 deletion config/runtimes/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resources:
images:
- name: tritonserver-2
newName: nvcr.io/nvidia/tritonserver
newTag: "21.06.1-py3"
newTag: "23.04-py3"

- name: mlserver-1
newName: seldonio/mlserver
Expand Down
2 changes: 1 addition & 1 deletion fvt/predictor/predictor_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
8 changes: 4 additions & 4 deletions fvt/predictor/predictor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ var _ = Describe("Predictor", func() {
inferResponse, err := FVTClientInstance.RunKfsInference(inferRequest)
Expect(err).To(HaveOccurred())
Expect(inferResponse).To(BeNil())
Expect(err.Error()).To(ContainSubstring("INVALID_ARGUMENT: unexpected shape for input"))
Expect(err.Error()).To(ContainSubstring("unexpected shape for input"))
})

It("should return model metadata", func() {
Expand Down Expand Up @@ -531,7 +531,7 @@ var _ = Describe("Predictor", func() {
inferResponse, err := FVTClientInstance.RunKfsInference(inferRequest)
Expect(err).To(HaveOccurred())
Expect(inferResponse).To(BeNil())
Expect(err.Error()).To(ContainSubstring("INVALID_ARGUMENT: unexpected shape for input"))
Expect(err.Error()).To(ContainSubstring("unexpected shape for input"))
})

It("should return model metadata", func() {
Expand Down Expand Up @@ -772,7 +772,7 @@ var _ = Describe("Predictor", func() {
inferResponse, err := FVTClientInstance.RunKfsInference(inferRequest)
Expect(err).To(HaveOccurred())
Log.Info(err.Error())
Expect(err.Error()).To(ContainSubstring("INVALID_ARGUMENT: unexpected shape for input"))
Expect(err.Error()).To(ContainSubstring("unexpected shape for input"))
Expect(inferResponse).To(BeNil())
})

Expand Down Expand Up @@ -840,7 +840,7 @@ var _ = Describe("Predictor", func() {
inferResponse, err := FVTClientInstance.RunKfsInference(inferRequest)
Expect(err).To(HaveOccurred())
Log.Info(err.Error())
Expect(err.Error()).To(ContainSubstring("INVALID_ARGUMENT: unexpected shape for input"))
Expect(err.Error()).To(ContainSubstring("unexpected shape for input"))
Expect(inferResponse).To(BeNil())
})
})
Expand Down
1 change: 0 additions & 1 deletion fvt/testdata/predictors/tf-predictor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ spec:
modelType:
name: tensorflow
path: fvt/tensorflow/mnist.savedmodel
schemaPath: fvt/tensorflow/schema/tf-schema.json
storage:
s3:
secretKey: localMinIO