chore: bump vLLM and vLLM-Omni to 0.24.0#97
Draft
kaiitunnz wants to merge 4 commits into
Draft
Conversation
Signed-off-by: Noppanat Wadlom <noppanat.wad@gmail.com>
Signed-off-by: Noppanat Wadlom <noppanat.wad@gmail.com>
Signed-off-by: Noppanat Wadlom <noppanat.wad@gmail.com>
Signed-off-by: Noppanat Wadlom <noppanat.wad@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Bumps the GPU inference runtime to the vLLM 0.24 release line and updates vLLM-Omni now that the 0.24.0 wheel is available on PyPI. The vLLM Linux x86_64 GPU worker path intentionally keeps the upstream CUDA 12.9 release wheel because the PyPI wheel targets CUDA 13.
Changes
pyproject.toml— pinsvllm==0.24.0andvllm-omni==0.24.0in the GPU inference extra.pyproject.toml/uv.lock— keeps the Linux x86_64vllmsource override on the officialv0.24.0+cu129release wheel so CUDA 12.9 workers stay compatible; other platforms resolve the PyPIvllm==0.24.0package.uv.lock— resolvesvllm-omni==0.24.0from the PyPIvllm_omni-0.24.0-py3-none-any.whlartifact.src/worker/requirements/requirements.gpu.txt— regenerates the worker GPU requirements with thevllmCUDA 12.9 wheel marker and the plainvllm-omni==0.24.0pin..github/workflows/security.yml,docs/CODE_STYLE.md— document why the GPU audit remains non-strict for the non-PyPIvllm +cu129wheel andflashinfer-jit-cache.Test Plan
uv lock --checkuv run scripts/dev/sync_requirements.pyuv run pytest tests/worker/test_vllm_template_schema.py tests/worker/test_vllm_lora_executor.py tests/worker/test_vllm_scoped_plugins.py tests/worker/test_omni_executor_inheritance.py tests/worker/test_model_loading_params.py tests/shared/test_inference_spec.py tests/server/task/test_parser.py -q— 114 passed, 3 warningsNot run: e2e tests or image builds.