Skip to content

Commit

Permalink
added link to huggingface to the doc (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeid93 authored Sep 12, 2022
1 parent b7dfe51 commit eb610d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Out of the box, MLServer provides support for:
| Tempo || [`github.com/SeldonIO/tempo`](https://github.com/SeldonIO/tempo) |
| MLflow || [MLServer MLflow](./runtimes/mlflow) |
| Alibi-Detect || [MLServer Alibi Detect](./runtimes/alibi-detect) |
| HuggingFace || [MLServer HuggingFace](./runtimes/huggingface) |

## Examples

Expand All @@ -92,6 +93,7 @@ MLServer to start serving your machine learning models.
- [Serving a `tempo` pipeline](./docs/examples/tempo/README.md)
- [Serving a custom model](./docs/examples/custom/README.md)
- [Serving an `alibi-detect` model](./docs/examples/alibi-detect/README.md)
- [Serving a `HuggingFace` model](./docs/examples/huggingface/README.md)
- [Multi-Model Serving with multiple frameworks](./docs/examples/mms/README.md)
- [Loading / unloading models from a model repository](./docs/examples/model-repository/README.md)

Expand Down

0 comments on commit eb610d5

Please sign in to comment.