Skip to content

Conversation

@wxsIcey
Copy link
Collaborator

@wxsIcey wxsIcey commented Oct 20, 2025

What this PR does / why we need it?

[CI] Upgrade vllm to newest commit

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

CI passed with new added/existing test.

@github-actions
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.

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 aims to align the codebase with a newer version of vLLM. The changes are extensive and touch many parts of the system, introducing conditional logic to support multiple vLLM versions. This is a significant effort to maintain compatibility. However, I have a few concerns. A number of tests have been skipped with a 'TODO' message. While this can be a temporary measure, it's crucial to track these and re-enable them promptly to avoid regressions, especially for correctness and end-to-end tests. I've also found a critical issue with duplicated code in vllm_ascend/worker/model_runner_v1.py which needs to be fixed.

Comment on lines +2523 to +2534
# In multi-DP scenarios, there may be situations where all DP groups are executing dummy runs.
# If sequence parallelism is enabled, it is essential to ensure that num_tokens is divisible by tp_size.
if self.use_aclgraph and enable_sp(self.vllm_config):
tp_size = self.vllm_config.parallel_config.tensor_parallel_size
num_tokens = math.ceil(num_tokens / tp_size) * tp_size

Copy link
Contributor

Choose a reason for hiding this comment

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

critical

This block of code is a duplicate of the block immediately following it (lines 2529-2534). This appears to be a copy-paste error. Executing this logic twice is redundant and could lead to incorrect behavior. Please remove this duplicated block.

@wxsIcey wxsIcey added ready read for review ready-for-test start test by label for PR labels Oct 20, 2025
@github-actions
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@wxsIcey wxsIcey added ready read for review ready-for-test start test by label for PR and removed ready read for review ready-for-test start test by label for PR labels Oct 20, 2025
@github-actions
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

MengqingCao and others added 9 commits October 20, 2025 08:52
Signed-off-by: MengqingCao <cmq0113@163.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
  * fix bert model
  * fix guided decoding
  * revert skipped e2e test
  * fix lora vllm-project/vllm#25807
  * fix vl

Signed-off-by: MengqingCao <cmq0113@163.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: MengqingCao <cmq0113@163.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: MengqingCao <cmq0113@163.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: MengqingCao <cmq0113@163.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: MengqingCao <cmq0113@163.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: MengqingCao <cmq0113@163.com>
Signed-off-by: Icey <1790571317@qq.com>
MengqingCao and others added 7 commits October 20, 2025 09:07
Signed-off-by: MengqingCao <cmq0113@163.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: MengqingCao <cmq0113@163.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: MengqingCao <cmq0113@163.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
@wxsIcey
Copy link
Collaborator Author

wxsIcey commented Oct 20, 2025

@wxsIcey
Copy link
Collaborator Author

wxsIcey commented Oct 20, 2025

Signed-off-by: Icey <1790571317@qq.com>
Signed-off-by: Icey <1790571317@qq.com>
@github-actions
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@wxsIcey wxsIcey closed this Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants