-
Notifications
You must be signed in to change notification settings - Fork 748
feat: vllm mocker enhancement #1236
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
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
74bc13f
use BTreeSet, and allow for push_front (preemption)
PeaBrane f2343d5
preemption is push_front
PeaBrane 6fe3154
use Hongkuan's quadratic formulas for decode and prefill
PeaBrane cccebad
cleaner scheduling + generation separation, and waterline bug fix
PeaBrane 793d1d1
Merge branch 'main' into rupei/mocker-v0
PeaBrane 394c2bf
restore printing out fwd pass metrics in test
PeaBrane f5ab2e1
Merge remote-tracking branch 'origin/main' into rupei/mocker-v0
PeaBrane dad183f
multi-dp mocker engine
PeaBrane 009ec78
fixed prefill cost, and more conservative watermarking
PeaBrane ee11427
fwd pass metrics
PeaBrane 8e8d0b4
can emit kv event, not tested
PeaBrane e96f810
move block resp test in kv manager
PeaBrane c09f007
basic test passes for both load metrics and kv events
PeaBrane 4502e5e
better tracing
PeaBrane fe20aa3
async engine core
PeaBrane 2fbf998
hook up with dynamo run
PeaBrane b548050
docs
PeaBrane c7c4be5
fmt
PeaBrane 1845a8d
Merge branch 'main' into rupei/mocker-v0
PeaBrane 3ad7780
refactor
PeaBrane c78bef2
works with kv router
PeaBrane a206569
actually load extra mocker args in guide
PeaBrane d3730ff
free blocks if failed to send (receiver dropped)
PeaBrane 68d822a
do not regenereate tokens after pre-emption
PeaBrane d69edcf
evictor cleanup
PeaBrane c08f9ea
only need runtime in dynamic arms
PeaBrane dee1413
no separate extra-mocker-args
PeaBrane 082bcec
Merge branch 'main' into rupei/mocker-v0
PeaBrane 99fd3f2
update to match batched tokens
PeaBrane 85c7ccf
max-num-seqs
PeaBrane ec1f360
enable_prefix_caching arg
PeaBrane 94abc0d
only publish kv events if enable_prefix_caching set true
PeaBrane 35da284
small note on chunked prefill being false for now
PeaBrane c7c072d
revert flags
PeaBrane de54247
revert dynamo-run changes
PeaBrane 81c12aa
tiny reversion
PeaBrane b959df4
another reversion
PeaBrane f07e28d
Merge remote-tracking branch 'origin/main' into rupei/mocker-v0
PeaBrane b15070a
usize reversion
PeaBrane 3a20b9d
clippy
PeaBrane c747606
more clippy
PeaBrane 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
evictor cleanup
- Loading branch information
commit d69edcf5dac94f10873a1a43c2912d78ed2a9151
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
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.