-
Notifications
You must be signed in to change notification settings - Fork 690
chore: Update comment and ref for vllm #2527
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
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -175,8 +175,6 @@ git checkout $DEEPGEMM_REF # Pin Version | |
| sed -i 's|[email protected]:|https://github.com/|g' .gitmodules | ||
| git submodule sync --recursive | ||
| git submodule update --init --recursive | ||
|
|
||
| # command for 03d0be3 | ||
| python setup.py install | ||
|
|
||
| # new install command for post 03d0be3 | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,7 +56,7 @@ trtllm =[ | |
| vllm = [ | ||
| "uvloop", | ||
| "nixl<=0.4.1", | ||
| "vllm==0.10.0", | ||
| { git = "https://github.com/vllm-project/vllm.git", rev = "77a6bf07aedf132aad2b6719f6d87abc5d3311ab" }, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we cannot use URLs in wheels dependencies, pypi wont allow us to publish python wheels which pull deps from URL |
||
| ] | ||
|
|
||
| sglang = [ | ||
|
|
||
Oops, something went wrong.
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.
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.
💡 Verification agent
🧩 Analysis chain
Confirm commit/tag alignment and annotate for traceability
Good to document the target release. Since VLLM_REF (Line 16) is pinned to a commit, please verify that 77a6bf07aedf132aad2b6719f6d87abc5d3311ab is exactly the commit for v0.10.1, and consider annotating the commit in the comment for quicker traceability.
If you want to make this explicit, you could add a small comment:
Also, please sanity-check DEEPGEMM_REF and FLASHINF_REF compatibility with v0.10.1 (they are unchanged). If there are known pairings for this vLLM release, capturing them in a short comment helps future bumps.
🌐 Web query:
💡 Result:
The v0.10.1 tag points to commit aab549870df50edf0512f0a59b574f692f546465 (short: aab5498). (github.com)
Citations:
Align VLLM_REF with the v0.10.1 tag commit
The Dockerfile currently pins VLLM_REF to
77a6bf07aedf132aad2b6719f6d87abc5d3311ab, but the GitHub v0.10.1 tag actually points to commitaab549870df50edf0512f0a59b574f692f546465. Please update the ref and annotate it for traceability:• After updating, please also sanity-check that your DEEPGEMM_REF and FLASHINF_REF remain compatible with this v0.10.1 commit.
📝 Committable suggestion
🤖 Prompt for AI Agents