Skip to content

Commit

Permalink
fix typo in BentoML deployment docs
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Frye <[email protected]>
  • Loading branch information
charlesfrye committed Jan 9, 2025
1 parent 34023c0 commit 0a92a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/deployment/frameworks/bentoml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 0a92a3f

Please sign in to comment.