Harry Mellor dd6a3a02cb
[Doc] Convert docs to use colon fences (#12471)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
2025-01-29 11:38:29 +08:00

825 B

(new-model)=

Adding a New Model

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

:::{toctree} :caption: Contents :maxdepth: 1

basic registration tests multimodal :::

:::{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! :::