Skip to content

Conversation

Yikun
Copy link
Collaborator

@Yikun Yikun commented Sep 13, 2025

What this PR does / why we need it?

This reverts commit 339fceb.

Does this PR introduce any user-facing change?

Yes, use 8.2rc1 image by default

How was this patch tested?

CI passed

Copy link

👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:‌‌

  • A PR should do only one thing, smaller PRs enable faster reviews.
  • Every PR should include unit tests and end-to-end tests ‌to ensure it works and is not broken by other future PRs.
  • Write the commit message by fulfilling the PR description to help reviewer and future developers understand.

If CI fails, you can run linting and testing checks locally according Contributing and Testing.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Sep 13, 2025
This reverts commit 339fceb.

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request reverts the CANN version from 8.3.rc1.alpha001 back to 8.2.rc1 across various Dockerfiles and documentation files. The changes appear to correctly revert the previous commit. My review focuses on ensuring consistency in the updated version strings. I've found a minor inconsistency in the casing of rc1/RC1 in the documentation files and have provided suggestions to align them for better clarity and consistency.

- Software:
* Python >= 3.9, < 3.12
* CANN >= 8.3.rc1.alpha001 (Ascend HDK version refers to [here](https://www.hiascend.com/document/detail/zh/canncommercial/82RC1/releasenote/releasenote_0000.html))
* CANN >= 8.2.rc1 (Ascend HDK version refers to [here](https://www.hiascend.com/document/detail/zh/canncommercial/82RC1/releasenote/releasenote_0000.html))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

For consistency with the linked Ascend documentation URL (which uses 82RC1) and docs/source/installation.md (which uses 8.2.RC1), it's recommended to use uppercase RC1 here. This will prevent potential confusion for users comparing version numbers across different documents.

Suggested change
* CANN >= 8.2.rc1 (Ascend HDK version refers to [here](https://www.hiascend.com/document/detail/zh/canncommercial/82RC1/releasenote/releasenote_0000.html))
* CANN >= 8.2.RC1 (Ascend HDK version refers to [here](https://www.hiascend.com/document/detail/zh/canncommercial/82RC1/releasenote/releasenote_0000.html))

- 软件:
* Python >= 3.9, < 3.12
* CANN >= 8.3.rc1.alpha001 (Ascend HDK 版本参考[这里](https://www.hiascend.com/document/detail/zh/canncommercial/82RC1/releasenote/releasenote_0000.html))
* CANN >= 8.2.rc1 (Ascend HDK 版本参考[这里](https://www.hiascend.com/document/detail/zh/canncommercial/82RC1/releasenote/releasenote_0000.html))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

For consistency with the linked Ascend documentation URL (which uses 82RC1) and docs/source/installation.md (which uses 8.2.RC1), it's recommended to use uppercase RC1 here. This will prevent potential confusion for users comparing version numbers across different documents.

Suggested change
* CANN >= 8.2.rc1 (Ascend HDK 版本参考[这里](https://www.hiascend.com/document/detail/zh/canncommercial/82RC1/releasenote/releasenote_0000.html))
* CANN >= 8.2.RC1 (Ascend HDK 版本参考[这里](https://www.hiascend.com/document/detail/zh/canncommercial/82RC1/releasenote/releasenote_0000.html))

@Yikun
Copy link
Collaborator Author

Yikun commented Sep 13, 2025

Just a revert, so let's merge this quickly, if basic and lint ci passed

@Yikun
Copy link
Collaborator Author

Yikun commented Sep 13, 2025

image

@Yikun Yikun merged commit 8ece695 into vllm-project:main Sep 13, 2025
11 checks passed
offline893 pushed a commit to offline893/vllm-ascend that referenced this pull request Sep 16, 2025
…vllm-project#2909)

### What this PR does / why we need it?
This reverts commit 339fceb.

### Does this PR introduce _any_ user-facing change?
Yes, use 8.2rc1 image by default

### How was this patch tested?
CI passed

- vLLM version: v0.10.2rc2
- vLLM main:
vllm-project/vllm@cfa3234

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
Signed-off-by: offline0806 <z00858301@china.huawei.com>
wangxiaoteng888 pushed a commit to LCAIZJ/vllm-ascend that referenced this pull request Sep 25, 2025
…vllm-project#2909)

### What this PR does / why we need it?
This reverts commit 339fceb.

### Does this PR introduce _any_ user-facing change?
Yes, use 8.2rc1 image by default

### How was this patch tested?
CI passed

- vLLM version: v0.10.2rc2
- vLLM main:
vllm-project/vllm@cfa3234

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
chopper0126 pushed a commit to chopper0126/vllm-ascend that referenced this pull request Sep 26, 2025
…vllm-project#2909)

### What this PR does / why we need it?
This reverts commit 339fceb.

### Does this PR introduce _any_ user-facing change?
Yes, use 8.2rc1 image by default

### How was this patch tested?
CI passed

- vLLM version: v0.10.2rc2
- vLLM main:
vllm-project/vllm@cfa3234

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
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.

2 participants