[Doc] Add guidance on how to implement and register new models (#1426)

### What this PR does / why we need it?
Add guidance on how to implement and register new models.

Modified based on PR
https://github.com/vllm-project/vllm-ascend/pull/1126, thanks for the
contribution of @linfeng-yuan.

---------

Signed-off-by: shen-shanshan <467638484@qq.com>
This commit is contained in:
Shanshan Shen
2025-06-27 16:46:49 +08:00
committed by GitHub
parent 5571fb7118
commit 3687676fa7
4 changed files with 272 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Modeling
This section provides tutorials of how to implement and register a new model into vllm-ascend.
:::{toctree}
:caption: Modeling
:maxdepth: 1
adding_a_new_model
adding_a_new_multimodal_model
:::