From 6eb5b64d3eab9d2b2c59b23a6a58c22e30dfba48 Mon Sep 17 00:00:00 2001 From: dudeperf3ct Date: Thu, 7 Mar 2024 13:46:48 +0530 Subject: [PATCH] Update model deployers table --- .../component-guide/model-deployers/model-deployers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/book/stacks-and-components/component-guide/model-deployers/model-deployers.md b/docs/book/stacks-and-components/component-guide/model-deployers/model-deployers.md index 11c1e0f4c8..428cfb6a13 100644 --- a/docs/book/stacks-and-components/component-guide/model-deployers/model-deployers.md +++ b/docs/book/stacks-and-components/component-guide/model-deployers/model-deployers.md @@ -44,6 +44,7 @@ integrations: | [MLflow](mlflow.md) | `mlflow` | `mlflow` | Deploys ML Model locally | | [BentoML](bentoml.md) | `bentoml` | `bentoml` | Build and Deploy ML models locally or for production grade (Cloud, K8s) | | [Seldon Core](seldon.md) | `seldon` | `seldon Core` | Built on top of Kubernetes to deploy models for production grade environment | +| [Hugging Face](huggingface.md) | `huggingface` | `huggingface` | Deploys ML model on Hugging Face Inference Endpoints | | [Custom Implementation](custom.md) | _custom_ | | Extend the Artifact Store abstraction and provide your own implementation | {% hint style="info" %} @@ -85,6 +86,7 @@ zenml model-deployer register seldon --flavor=seldon \ ... zenml stack register seldon_stack -m default -a aws -o default -d seldon ``` + 2. Implements the continuous deployment logic necessary to deploy models in a way that updates an existing model server that is already serving a previous version of the same model instead of creating a new model server for every new model version. Every model server that the Model Deployer provisions externally to deploy a model is represented