Skip to content

Commit

Permalink
Fix for typo (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkem authored Jan 26, 2024
1 parent 05e74c7 commit 1e37e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorial-serving-seldon.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Serving Models with Seldon Core and ormb (Experimental)

ormb can be used to pull models in Seldon Core. First we need to deploy Seldon Core on Kubernetes.
ormb can be used to pull models in Seldon Core. First, we need to deploy Seldon Core on Kubernetes.

In this tutorial, we use [SavedModel-fashion](../examples/SavedModel-fashion) as an example, to illustrate the feature.

Expand All @@ -10,7 +10,7 @@ In this tutorial, we use [SavedModel-fashion](../examples/SavedModel-fashion) as

## Push the model to remote registry

In this tutorial, we use [demo.goharbor.io][] as the remote registry. First you need to register an account in [demo.goharbor.io][]. We use `ormbtest` as username, `ORMBtest12345` as password here.
In this tutorial, we use [demo.goharbor.io][] as the remote registry. First, you need to register an account in [demo.goharbor.io][]. We use `ormbtest` as username, `ORMBtest12345` as password here.

<p align="center">
<img src="images/harbor-registration.png" width="400">
Expand All @@ -24,7 +24,7 @@ Then, we should create a new project `tensorflow` in Harbor.
<p align="center">https://demo.goharbor.io/harbor/projects</p>
</p>

After that, the model can be pushed to the remote registry under `tensorlfow` project.
After that, the model can be pushed to the remote registry under `tensorflow` project.

```bash
# Login to demo.goharbor.io
Expand Down

0 comments on commit 1e37e5c

Please sign in to comment.