Files
xc-llm-ascend/docs/source/developer_guide/modeling/index.md
Shanshan Shen 3687676fa7 [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>
2025-06-27 16:46:49 +08:00

206 B

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