Skip to content

update vllm version to 0.13.0#753

Merged
billyang-scale merged 3 commits intomainfrom
bill.yang/0209-1126/un
Feb 10, 2026
Merged

update vllm version to 0.13.0#753
billyang-scale merged 3 commits intomainfrom
bill.yang/0209-1126/un

Conversation

@billyang-scale
Copy link
Copy Markdown
Collaborator

@billyang-scale billyang-scale commented Feb 9, 2026

Pull Request Summary

What is this PR changing? Why is this change being made? Any caveats you'd like to highlight? Link any relevant documents, links, or screenshots here if applicable.

This PR update vllm version to 0.13.0

Test Plan and Usage Guide

How did you validate that your PR works correctly? How do you run or demo the code? Provide enough detail so a reviewer can reasonably reproduce the testing procedure. Paste example command line invocations if applicable.
verify this version work correcly on local devbox

(APIServer pid=1) INFO 02-09 14:31:36 [api_server.py:1351] vLLM API server version 0.13.0
(APIServer pid=1) INFO 02-09 14:31:36 [utils.py:253] non-default args: {'port': 5005, 'model': '/workspace/model_files', 'enforce_eager': True, 'served_model_name': ['Qwen/Qwen3-4B-Instruct-2507'], 'tensor_parallel_size': 4}

@billyang-scale billyang-scale marked this pull request as draft February 9, 2026 22:16

def parse_args(parser: FlexibleArgumentParser):
parser = make_arg_parser(parser)
parser.add_argument("--attention-backend", type=str, help="The attention backend to use")
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

The issue was that after upgrading to vLLM 0.13.0, the --attention-backend argument is now included in vLLM's built-in argument parser. The manual addition at vllm_server.py:85 was causing a conflict.

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Feb 9, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedvllm@​0.11.0 ⏵ 0.13.076 +125100100100

View full report

@billyang-scale billyang-scale changed the title Bill.yang/0209 1126/un update vllm version to 0.13.0 Feb 9, 2026
@billyang-scale billyang-scale marked this pull request as ready for review February 9, 2026 22:38
@billyang-scale billyang-scale merged commit 429cf01 into main Feb 10, 2026
7 checks passed
@billyang-scale billyang-scale deleted the bill.yang/0209-1126/un branch February 10, 2026 00:17
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