From ec9c3da7ba0fce024b3fb9710c4d621db3550d5f Mon Sep 17 00:00:00 2001 From: revital <revital@allegro.ai> Date: Sun, 12 Jan 2025 14:30:42 +0200 Subject: [PATCH] Small edits --- docs/webapp/applications/apps_model_deployment.md | 2 +- docs/webapp/applications/apps_overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/webapp/applications/apps_model_deployment.md b/docs/webapp/applications/apps_model_deployment.md index 03018ca3..b8e6b5c2 100644 --- a/docs/webapp/applications/apps_model_deployment.md +++ b/docs/webapp/applications/apps_model_deployment.md @@ -3,7 +3,7 @@ title: vLLM Model Deployment --- :::important Enterprise Feature -The Model Deployment App is available under the ClearML Enterprise plan. +The vLLM Model Deployment App is available under the ClearML Enterprise plan. ::: The vLLM Model Deployment application enables users to quickly deploy LLM models as networking services over a secure diff --git a/docs/webapp/applications/apps_overview.md b/docs/webapp/applications/apps_overview.md index 7fcdb104..bcabca9a 100644 --- a/docs/webapp/applications/apps_overview.md +++ b/docs/webapp/applications/apps_overview.md @@ -37,7 +37,7 @@ Applications for deploying user interfaces for models: ### Deploy Applications for deploying machine learning models as scalable, secure services: * [**Embedding Model Deployment**](apps_embed_model_deployment.md) - Deploy embedding models as networking services over a secure endpoint (available under ClearML Enterprise Plan) -* [**Model Deployment**](apps_model_deployment.md) - Deploy LLM models as networking services over a secure endpoint (available under ClearML Enterprise Plan) +* [**vLLM Model Deployment**](apps_model_deployment.md) - Deploy LLM models as networking services over a secure endpoint (available under ClearML Enterprise Plan) * [**llama.cpp**](apps_llama_deployment.md) - Deploy LLM models in GGUF format using [`llama.cpp`](https://github.com/ggerganov/llama.cpp) as networking services over a secure endpoint (available under ClearML Enterprise Plan) :::info Autoscalers