Skip to content

Conversation

wangxiyuan
Copy link
Collaborator

@wangxiyuan wangxiyuan commented Sep 30, 2025

Drop v0.10.2 support, we support vLLM 0.11.0rc3 now.

Signed-off-by: wangxiyuan <[email protected]>
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 effectively removes support for vLLM v0.10.2, simplifying the codebase by eliminating conditional logic and outdated code paths. The changes are consistent across all modified files, correctly updating API calls and removing obsolete functions and imports. The result is a cleaner and more maintainable codebase. The review did not identify any issues.

@wangxiyuan wangxiyuan added ready read for review ready-for-test start test by label for PR labels Sep 30, 2025
@wangxiyuan wangxiyuan merged commit f12f76d into vllm-project:main Oct 9, 2025
48 checks passed
wangxiyuan pushed a commit that referenced this pull request Oct 9, 2025
### What this PR does / why we need it?
Since #3284 merged,
should discard some extra code that was previously done for version
compatibility

### Does this PR introduce _any_ user-facing change?

### How was this patch tested?

- vLLM version: v0.11.0

Signed-off-by: wangli <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:core module:ops ready read for review ready-for-test start test by label for PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants