Skip to content

Commit

Permalink
docs: fix the emoji deprecation message and invalid file name (#348)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jausovec <[email protected]>
  • Loading branch information
peterj authored Mar 17, 2024
1 parent bbce239 commit 0599cc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/modelserving/v1beta1/torchserve/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ _**Note**_: Since kserve has no grpc client methods for v1, we are using torchse

For deploying the `InferenceService` with gRPC protocol you need to expose the gRPC port on InferenceService. Here **7070** is torchserve gRPC port.

Apply the following [mnist_grpc.yaml](./mnist.yaml) to create the `InferenceService`.
Apply the following [mnist_grpc.yaml](./mnist_grpc.yaml) to create the `InferenceService`.

=== "kubectl"
```bash
Expand All @@ -219,7 +219,7 @@ kubectl apply -f mnist_grpc.yaml
Expected Output

```bash
$inferenceservice.serving.kserve.io/torchserve-grpc created
inferenceservice.serving.kserve.io/torchserve-grpc created
```

=== "New Schema"
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ markdown_extensions:
# - mdx_include:
# base_path: docs
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- attr_list
- meta
- pymdownx.superfences
Expand Down

0 comments on commit 0599cc2

Please sign in to comment.