Skip to content

[Doc]: Translate doc #2724

@Yikun

Description

@Yikun

📚 The doc issue

https://vllm-ascend.readthedocs.io/zh-cn/v0.9.1-dev/tutorials/large_scale_ep.html

https://vllm-ascend.readthedocs.io/zh-cn/v0.9.1-dev/developer_guide/performance/optimization_and_tuning.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

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions