Skip to content

Update vLLM version support to 0.19.0 - #5879

Merged
albertvillanova merged 3 commits into
mainfrom
update-vllm
May 29, 2026
Merged

Update vLLM version support to 0.19.0#5879
albertvillanova merged 3 commits into
mainfrom
update-vllm

Conversation

@sergiopaniego

@sergiopaniego sergiopaniego commented May 29, 2026

Copy link
Copy Markdown
Member

What does this PR do?

 pytest tests/test_vllm_client_server.py
=========================================================================================================== test session starts ===========================================================================================================
platform linux -- Python 3.11.13, pytest-9.0.3, pluggy-1.6.0
rootdir: /fsx/sergiopaniego/trl
configfile: pyproject.toml
plugins: rerunfailures-15.1, datadir-1.8.0, anyio-4.12.1, xdist-3.8.0, cov-7.1.0
collected 51 items                                                                                                                                                                                                                        

tests/test_vllm_client_server.py ..................x..................sssssssss.....                                                                                                                                                [100%]

===================================================================================== 41 passed, 9 skipped, 1 xfailed, 1 warning in 531.07s (0:08:51) =====================================================================================

https://github.com/vllm-project/vllm/releases/tag/v0.19.0

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline, Pull Request section?
  • Was this discussed/approved via a GitHub issue? Please add a link to it if that's the case.
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests?

AI writing disclosure

We welcome the use of AI tools to help with contributions. For transparency and to help us improve our review process, please indicate the level of AI involvement in this PR.

  • No AI usage: the PR was written entirely by a human.
  • AI-assisted: some parts were suggested or improved by AI, but the PR was written and reviewed by a human.
  • AI-generated: the PR was mostly or fully generated by an AI tool.

Who can review?

@qgallouedec @albertvillanova


Note

Low Risk
Version ceiling and messaging only; no trainer or vLLM integration logic changed.

Overview
Raises the supported vLLM upper bound from 0.18.0 to 0.19.0 everywhere TRL documents and enforces that range.

The optional vllm extra in pyproject.toml now pins vllm>=0.12.0,<=0.19.0. is_vllm_available() in trl/import_utils.py uses the same range for its compatibility warning. The vLLM integration doc warning block matches the new ceiling.

Reviewed by Cursor Bugbot for commit a04976b. Bugbot is set up for automated code reviews on this repo. Configure here.

@HuggingFaceDocBuilderDev

Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@albertvillanova albertvillanova left a comment

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.

Thanks!

@albertvillanova
albertvillanova merged commit e8389e5 into main May 29, 2026
13 checks passed
@albertvillanova
albertvillanova deleted the update-vllm branch May 29, 2026 13:14
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