### 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>
11 lines
206 B
Markdown
11 lines
206 B
Markdown
# 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
|
|
:::
|