-
Notifications
You must be signed in to change notification settings - Fork 153
[FEAT] Add replay from trace strategy #620
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
sjmonson
merged 28 commits into
vllm-project:main
from
VincentG1234:add-strategy-replay-from-trace
May 18, 2026
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
18d8ef8
Add replay from trace strategy
VincentG1234 396c26e
fix the CI mypy
VincentG1234 48abdac
add e2e tests
VincentG1234 bd3ac9f
fix ruff error CI
VincentG1234 5c37e85
Add trace replay documentation
VincentG1234 7e947d8
refactor: move trace_io to utils for cross-component sharing
VincentG1234 c9edd3f
replace manual trace loading with datasets.load_dataset
VincentG1234 9f7bfd8
refactor benchmark.entrypoints: remove max_requests data truncation
VincentG1234 df3f4d9
refactor benchmark.entrypoint: remove replay special case
VincentG1234 6fac8a4
fix replay profile dataset filtering semantics
VincentG1234 0121639
erase useless diffs
VincentG1234 e4ce60c
fix trace replay tests for multiprocessing context
VincentG1234 c62456f
fix ruff issue
VincentG1234 69a5c11
refactor trace_synthetic and trace_io: remove max_rows; use data_samp…
VincentG1234 b4087fb
fix replay profile data sample handling
VincentG1234 25cf050
test: restore e2e utils
VincentG1234 312b8ed
fix trace replay ordering alignment
VincentG1234 73a4f55
Fix trace replay alignment and semantics across loading, scheduling, …
VincentG1234 6f7f8f1
Fix trace replay alignment and semantics across loading, scheduling, …
VincentG1234 5164a6e
refactor unit tests: strengthen trace replay unit coverage
VincentG1234 5538d76
fix ci: fix mdformat pre-commit on datasets guide
VincentG1234 ce751ef
docs: clarify trace replay timestamp semantics
VincentG1234 502411e
docs: clarify trace replay dataset examples and explanations
VincentG1234 27e538a
docs: clarify trace io and profiles wording
VincentG1234 2ad4802
fix replay trace scheduling completion and optimize synthetic prompt …
VincentG1234 0015082
fix ci with precommit
VincentG1234 5bcab06
enforce single trace data source in resolve_args
VincentG1234 3084876
docs: document short trace prompt cache limitation
VincentG1234 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
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.