Small edits

This commit is contained in:
revital 2025-01-12 14:30:42 +02:00
parent 2cde779fad
commit ec9c3da7ba
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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