[Doc] Add vllm-ascend usage doc & fix doc format (#53)

### What this PR does / why we need it?
1. Add vllm-ascend tutorial doc for Qwen/Qwen2.5-7B-Instruct model
serving doc
2. fix format of files in `docs` dir, e.g. format tables, add underline
for links, add line feed...

### Does this PR introduce _any_ user-facing change?
<!--
Note that it means *any* user-facing change including all aspects such
as API, interface or other behavior changes.
Documentation-only updates are not considered user-facing changes.
-->

no.

### How was this patch tested?
doc CI passed

---------

Signed-off-by: Shanshan Shen <87969357+shen-shanshan@users.noreply.github.com>
This commit is contained in:
Shanshan Shen
2025-02-17 18:37:29 +08:00
committed by GitHub
parent c935b7006c
commit 2a678141d4
3 changed files with 184 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ Before installing the package, you need to make sure firmware/driver and CANN i
### Install firmwares and drivers
To verify that the Ascend NPU firmware and driver were correctly installed, run `npu-smi` info
To verify that the Ascend NPU firmware and driver were correctly installed, run `npu-smi info`.
> Tips: Refer to [Ascend Environment Setup Guide](https://ascend.github.io/docs/sources/ascend/quick_install.html) for more details.