Skip to content

Commit

Permalink
docs: Fix old references in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira committed Apr 23, 2024
1 parent 7561d62 commit 90700e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![CI](https://github.com/ruivieira/trustyai-kserve-explainer/actions/workflows/ci.yaml/badge.svg)](https://github.com/ruivieira/trustyai-kserve-explainer/actions/workflows/ci.yaml)
[![CI](https://github.com/trustyai-explainability/trustyai-kserve-explainer/actions/workflows/ci.yaml/badge.svg)](https://github.com/trustyai-explainability/trustyai-kserve-explainer/actions/workflows/ci.yaml)

# TrustyAI KServe Explainer

Expand Down Expand Up @@ -36,7 +36,7 @@ spec:
explainer:
containers:
- name: explainer
image: quay.io/ruimvieira/trustyai-kserve-explainer:latest
image: quay.io/trustyai/trustyai-kserve-explainer:latest
```
### Example: Using the LIME Explainer
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:
explainer:
containers:
- name: explainer
image: quay.io/ruimvieira/trustyai-kserve-explainer:latest
image: quay.io/trustyai/trustyai-kserve-explainer:latest
env:
- name: EXPLAINER_TYPE # <- specify SHAP here
value: "SHAP"
Expand All @@ -118,7 +118,7 @@ To get started with contributing to this project:
### Clone the repository

```bash
git clone https://github.com/ruimvieira/trustyai-kserve.git
git clone https://github.com/trustyai/trustyai-kserve-explainer.git
cd trustyai-kserve
```

Expand Down

0 comments on commit 90700e7

Please sign in to comment.