-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[build]: Bumping vllm version to v0.5.3.post1 #7453
Conversation
build.py
Outdated
@@ -76,7 +76,7 @@ | |||
"2024.0.0", # ORT OpenVINO | |||
"2024.0.0", # Standalone OpenVINO | |||
"3.2.6", # DCGM version | |||
"0.5.0.post1", # vLLM version | |||
"v0.5.3.post1", # vLLM version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the v
be included?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, I'll remove it for consistency with previous specs. CI passed though with pip install vllm==v0.5.3.post1
though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adjusted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh nice, I didn't know it would work both ways, just thought it was a typo. No preference either way if it works.
What does the PR do?
Bumping vllm version to the latest.
Checklist
<commit_type>: <Title>
Commit Type:
Check the conventional commit type
box here and add the label to the github PR.
Related PRs:
vllm_backend : triton-inference-server/vllm_backend#47
Where should the reviewer start?
Test plan:
Caveats:
Background
Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)