Files
xc-llm-ascend/docs
Shaoxu Cheng 00ddacf4e7 [Doc][0.18.0] Add the 310p guide (#8639)
### What this PR does / why we need it?

Add a detailed 310 deployment tutorial.
### Does this PR introduce _any_ user-facing change?
NA
### How was this patch tested?
NA

---------

Signed-off-by: Tflowers-0129 <2906339855@qq.com>
2026-04-23 23:50:40 +08:00
..

vLLM Ascend Plugin documents

Live doc: https://docs.vllm.ai/projects/ascend

Build the docs

# Install dependencies.
pip install -r requirements-docs.txt

# Build the docs.
make clean
make html

# Build the docs with translation
make intl

# Open the docs with your browser
python -m http.server -d _build/html/

Launch your browser and open: