Skip to content

[python] Support adapters in async vLLM handler#2907

Merged
ethnzhng merged 1 commit intomasterfrom
update-master
Oct 2, 2025
Merged

[python] Support adapters in async vLLM handler#2907
ethnzhng merged 1 commit intomasterfrom
update-master

Conversation

@ethnzhng
Copy link
Contributor

@ethnzhng ethnzhng commented Oct 2, 2025

Description

  • Add support for adapters (LoRA) management in async-mode vLLM handler, adapted from existing huggingface.py handler
  • Add integration tests for async vLLM LoRA
    • Temporarily disable irrelevant integration tests to save time/compute and prevent blocking vLLM image release
  • Improve robustness of error handling in test client

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

@ethnzhng ethnzhng requested review from a team and zachgk as code owners October 2, 2025 21:04
@Lokiiiiii
Copy link
Member

Is this a merge back to master from the release branch ? Any additional changes ?

@ethnzhng
Copy link
Contributor Author

ethnzhng commented Oct 2, 2025

Is this a merge back to master from the release branch ? Any additional changes ?

Yes, bringing master up to date with 0.34.0-dlc. No changes, direct cherry-pick

@ethnzhng ethnzhng merged commit e437d44 into master Oct 2, 2025
8 of 9 checks passed
@ethnzhng ethnzhng deleted the update-master branch October 2, 2025 21:14
smouaa pushed a commit to smouaa/djl-serving that referenced this pull request Oct 6, 2025
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