Skip to content

Conversation

YisongJiang
Copy link

What this PR does / why we need it?

📚 To address the issue of the doc
https://vllm-ascend.readthedocs.io/en/v0.7.3-dev/developer_guide/performance/optimization_and_tuning.html#install-optimized-torch-and-torch-npu

In Section 1.1, the python version is 3.11, while in Section 3.2, the python version of torch and torch_npu is 3.10.

# Download prebuilt packages
wget https://repo.oepkgs.net/ascend/pytorch/vllm/torch/torch-2.5.1-cp310-cp310-linux_aarch64.whl
wget https://repo.oepkgs.net/ascend/pytorch/vllm/torch/torch_npu-2.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Does this PR introduce any user-facing change?

No. Only the doc is changed.

How was this patch tested?

Only the user documentation has been modified.
The download and remove commond are tested.

To ensure version consistency within the package and facilitate smooth installation, we need to maintain a consistent Python version. Here, we will adopt version 3.11.
@github-actions github-actions bot added the documentation Improvements or additions to documentation label May 29, 2025
@YisongJiang YisongJiang deleted the v0.7.3-dev-patch branch May 29, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant