Skip to content

Commit

Permalink
fix alibi tests (#4142)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski authored Jun 8, 2022
1 parent a1e8695 commit 649327a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions testing/resources/iris_anchor_tabular_explainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ spec:
- graph:
children: []
implementation: SKLEARN_SERVER
modelUri: gs://seldon-models/v1.11.0-dev/sklearn/iris
modelUri: gs://seldon-models/v1.14.0-dev/sklearn/iris
name: classifier
explainer:
type: AnchorTabular
modelUri: gs://seldon-models/alibi/iris_anchor_tabular-python3.7-alibi-0.6.2
modelUri: gs://seldon-models/alibi/iris_anchor_tabular-python3.7-alibi-0.7.0
name: default
replicas: 1
replicas: 1
4 changes: 2 additions & 2 deletions testing/resources/tf_cifar_anchor_image_explainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ spec:
mode: all
explainer:
type: AnchorImages
modelUri: gs://seldon-models/tfserving/cifar10/cifar10_anchor_image_py3.7_alibi-0.6.2
modelUri: gs://seldon-models/tfserving/cifar10/cifar10_anchor_image_py3.7_alibi-0.7.0
name: default
replicas: 1
replicas: 1

0 comments on commit 649327a

Please sign in to comment.