Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
49d849b3
Unverified
Commit
49d849b3
authored
Mar 01, 2024
by
Yuan Tang
Committed by
GitHub
Mar 01, 2024
Browse files
docs: Add tutorial on deploying vLLM model with KServe (#2586)
Signed-off-by:
Yuan Tang
<
terrytangyuan@gmail.com
>
parent
27ca23dc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
docs/source/index.rst
docs/source/index.rst
+1
-0
docs/source/serving/deploying_with_kserve.rst
docs/source/serving/deploying_with_kserve.rst
+8
-0
No files found.
docs/source/index.rst
View file @
49d849b3
...
...
@@ -70,6 +70,7 @@ Documentation
serving/distributed_serving
serving/run_on_sky
serving/deploying_with_kserve
serving/deploying_with_triton
serving/deploying_with_docker
serving/serving_with_langchain
...
...
docs/source/serving/deploying_with_kserve.rst
0 → 100644
View file @
49d849b3
.. _deploying_with_kserve:
Deploying with KServe
============================
vLLM can be deployed with `KServe <https://github.com/kserve/kserve>`_ on Kubernetes for highly scalable distributed model serving.
Please see `this guide <https://kserve.github.io/website/latest/modelserving/v1beta1/llm/vllm/>`_ for more details on using vLLM with KServe.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment