Skip to content

Upgrade vllm to 0.11.0 and set vllm_aysnc_service.py as the default handler#2918

Merged
xyang16 merged 5 commits intomasterfrom
sk-vllm11
Oct 29, 2025
Merged

Upgrade vllm to 0.11.0 and set vllm_aysnc_service.py as the default handler#2918
xyang16 merged 5 commits intomasterfrom
sk-vllm11

Conversation

@ksuma2109
Copy link
Copy Markdown
Contributor

Description

Brief description of what this PR is about

  • If this change is a backward incompatible change, why must this change be made?
  • Interesting edge cases to note here

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • Please add the link of Integration Tests Executor run with related tests.
  • Have you manually built the docker image and verify the change?
  • Have you run related tests? Check how to set up the test environment here; One example would be pytest tests.py -k "TestCorrectnessLmiDist" -m "lmi_dist"
  • Have you added tests that prove your fix is effective or that this feature works?
  • Has code been commented, particularly in hard-to-understand areas?
  • Have you made corresponding changes to the documentation?

Feature/Issue validation/testing

Please describe the Unit or Integration tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced.
Please also list any relevant details for your test configuration.

  • Test A
    Logs for Test A

  • Test B
    Logs for Test B

@xyang16 xyang16 force-pushed the sk-vllm11 branch 16 times, most recently from 38ba2d9 to 62959ea Compare October 29, 2025 17:03
@xyang16 xyang16 force-pushed the sk-vllm11 branch 4 times, most recently from d5eeaa4 to be55740 Compare October 29, 2025 18:17
@xyang16 xyang16 merged commit fc65129 into master Oct 29, 2025
16 of 18 checks passed
@xyang16 xyang16 deleted the sk-vllm11 branch October 29, 2025 18:25
peft
llmcompressor
vllm==0.10.2
https://vllm-wheels.s3.us-west-2.amazonaws.com/nightly/vllm-1.0.0.dev-cp38-abi3-manylinux1_x86_64.whl
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We need to fix the wheel name to be consistent with the OSS vllm version. This is confusing.

Copy link
Copy Markdown
Contributor

@xyang16 xyang16 Oct 29, 2025

Choose a reason for hiding this comment

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

This is nightly wheel from vllm. Not from us. We will move to 0.11.1 wheel once it's released.

@@ -555,15 +555,15 @@ def test_gemma_2b(self):

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Let's add some tests for the new models supported in vLLM 0.11, atleast Qwen3-VL and Qwen3-Next

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants