vllm/docs/contributing/model
Reid f17aec0d63
[doc] Fold long code blocks to improve readability (#19926)
Signed-off-by: reidliu41 <reid201711@gmail.com>
Co-authored-by: reidliu41 <reid201711@gmail.com>
2025-06-23 05:24:23 +00:00
..
README.md Migrate docs from Sphinx to MkDocs (#18145) 2025-05-23 02:09:53 -07:00
basic.md [doc] Fold long code blocks to improve readability (#19926) 2025-06-23 05:24:23 +00:00
multimodal.md [doc] Fold long code blocks to improve readability (#19926) 2025-06-23 05:24:23 +00:00
registration.md [Doc] Support "important" and "announcement" admonitions (#19479) 2025-06-11 01:39:58 -07:00
tests.md [Doc] Support "important" and "announcement" admonitions (#19479) 2025-06-11 01:39:58 -07:00

README.md

title
Adding a New Model

{ #new-model }

This section provides more information on how to integrate a PyTorch model into vLLM.

Contents:

!!! note The complexity of adding a new model depends heavily on the model's architecture. The process is considerably straightforward if the model shares a similar architecture with an existing model in vLLM. However, for models that include new operators (e.g., a new attention mechanism), the process can be a bit more complex.

!!! tip If you are encountering issues while integrating your model into vLLM, feel free to open a GitHub issue or ask on our developer slack. We will be happy to help you out!