-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
[V1][Spec Decode] Add Dynamic SD #32374
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
Open
ekagra-ranjan
wants to merge
45
commits into
vllm-project:main
Choose a base branch
from
ekagra-ranjan:er-dynami-sd
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
8e7bcc9
save work
ekagra-ranjan bee764b
move to dynamic folder and scripts are in working condition
ekagra-ranjan e61145f
sync main
ekagra-ranjan 06916e5
pre
ekagra-ranjan 5e63d51
start stiching
ekagra-ranjan b683f26
pipeline works and offline script moved
ekagra-ranjan 618b5fd
load dynamic sd config
ekagra-ranjan c540a75
remove offline bkp
ekagra-ranjan dfb2b31
remove
ekagra-ranjan bb65365
add runtime AL to goodput after warmup
ekagra-ranjan 5fcf59e
Update vllm/v1/spec_decode/dynamic/manager.py
ekagra-ranjan 409eb69
revert offline decoder to save loc diff
ekagra-ranjan d7a149f
refactor
ekagra-ranjan f222372
conflict
ekagra-ranjan 44aed5e
conflict
ekagra-ranjan 7ed3353
refactor
ekagra-ranjan 116e76b
add timeout
ekagra-ranjan d70bd1d
fix
ekagra-ranjan 24304d5
reduce loc in favor of #34105
ekagra-ranjan 8fb86b1
remove test from dynamic manager main()
ekagra-ranjan 11d43a5
remove comment and fix lint
ekagra-ranjan 5df4999
fix mypy
ekagra-ranjan e76ad8e
fix mypy
ekagra-ranjan c1e880b
lint
ekagra-ranjan 72d3c6f
lint
ekagra-ranjan 63c7e17
conflict
ekagra-ranjan 534d2f2
add AL computation to generate_config
ekagra-ranjan 3f7196e
fix padding for async sched
ekagra-ranjan 64fab8d
Update vllm/config/speculative.py
ekagra-ranjan 1198aa7
fix docstring
ekagra-ranjan c07afd1
lint
ekagra-ranjan 594dc0f
make DSD compat with async and padded drafter
ekagra-ranjan 7060a8b
Merge branch 'main' of https://github.com/vllm-project/vllm into er-d…
ekagra-ranjan cd19750
lint
ekagra-ranjan 4307feb
optimize DSD async scheduling by minimizing delay in propagating opti…
ekagra-ranjan 018b4bd
dsd config path field
ekagra-ranjan 36f5a36
refactor to simplify propose signature and update test
ekagra-ranjan c54ac4c
conflict
ekagra-ranjan 046c39a
fix comma
ekagra-ranjan b59662d
Merge branch 'main' of https://github.com/vllm-project/vllm into er-d…
ekagra-ranjan 917e3de
move towards DSD scheduler
ekagra-ranjan 3e94ad0
move towards DSD scheduler
ekagra-ranjan 8aa39fb
fix padded drafter
ekagra-ranjan 2724097
lint
ekagra-ranjan e57e624
lint
ekagra-ranjan 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
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
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
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
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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| # SPDX-FileCopyrightText: Copyright contributors to the vLLM project |
Oops, something went wrong.
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.