[Docs] Add Modal to deployment frameworks (#11907)

This commit is contained in:
Charles Frye
2025-01-09 15:26:37 -08:00
committed by GitHub
parent 9a228348d2
commit 36f5303578
3 changed files with 9 additions and 1 deletions

View File

@@ -2,6 +2,6 @@
# BentoML
[BentoML](https://github.com/bentoml/BentoML) allows you to deploy a large language model (LLM) server with vLLM as the backend, which exposes OpenAI-compatible endpoints. You can serve the model locally or containerize it as an OCI-complicant image and deploy it on Kubernetes.
[BentoML](https://github.com/bentoml/BentoML) allows you to deploy a large language model (LLM) server with vLLM as the backend, which exposes OpenAI-compatible endpoints. You can serve the model locally or containerize it as an OCI-compliant image and deploy it on Kubernetes.
For details, see the tutorial [vLLM inference in the BentoML documentation](https://docs.bentoml.com/en/latest/use-cases/large-language-models/vllm.html).