-
-
Notifications
You must be signed in to change notification settings - Fork 20.4k
[Model Runner V2] support piecewise & mixed cudagraph #32771
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
Merged
WoosukKwon
merged 19 commits into
vllm-project:main
from
izhuhaoran:MRV2-support-piecewise
Feb 18, 2026
Merged
Changes from 5 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
6ba668d
init support piecewise cudagraph for model runner v2
izhuhaoran 18a968d
fix lint error
izhuhaoran a293775
set batch_descriptor for piecewise cudagraph in execute_model
izhuhaoran 0c4f91d
fix cudagraph capture for eagle
izhuhaoran 730654e
fix mixed cg for spec decode
izhuhaoran 3d9a0c8
use diff capture sizes for uniform_decode full cudagraph
izhuhaoran 26729fc
fix lint
izhuhaoran 454a85b
Merge branch 'main' into MRV2-support-piecewise
izhuhaoran 030c9df
fix slot_mappings_by_layer error after merge
izhuhaoran ad4d8fb
refactor get_cudagraph_sizes and fix eagle cudagraph size too large i…
izhuhaoran 893bff8
Merge remote-tracking branch 'origin/main' into MRV2-support-piecewise
izhuhaoran b5498f2
Merge branch 'main' into MRV2-support-piecewise
izhuhaoran 4a46af8
support piecewise for spec in MRV2
izhuhaoran 2e3e94a
fix mypy error
izhuhaoran c2e4f37
apply suggestions from @njhill
izhuhaoran 7859ea8
Merge remote-tracking branch 'origin/main' into MRV2-support-piecewise
izhuhaoran 538fb95
remove no need args for BatchDescriptor
izhuhaoran c118319
format to remove extra loc
izhuhaoran 2f5d512
merge
WoosukKwon 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -183,6 +183,9 @@ cython_debug/ | |
| # VSCode | ||
| .vscode/ | ||
|
|
||
| # Cursor | ||
| .cursor/ | ||
|
|
||
| # Claude | ||
| CLAUDE.md | ||
| .claude/ | ||
|
|
||
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
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.
Uh oh!
There was an error while loading. Please reload this page.