-
Notifications
You must be signed in to change notification settings - Fork 441
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
📚 The doc issue
https://vllm-ascend.readthedocs.io/zh-cn/v0.9.1-dev/tutorials/large_scale_ep.html
Suggest a potential alternative/fix
No response
cd docs
python -m venv ./.venv
source .venv
# Install dependencies.
pip install -r requirements-docs.txt
# Build the docs.
make clean
make html
# Extract po files
make po
# Do translations
# Build the docs with translation
make intl
# Open the docs with your browser
python -m http.server -d _build/html/
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation