-
Notifications
You must be signed in to change notification settings - Fork 151
[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
Open
VincentG1234
wants to merge
27
commits into
vllm-project:main
Choose a base branch
from
VincentG1234:add-strategy-replay-from-trace
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.
+1,342
−2
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
552375f
Add replay from trace strategy
VincentG1234 a957299
fix the CI mypy
VincentG1234 b557fe1
add e2e tests
VincentG1234 edc18ba
fix ruff error CI
VincentG1234 18433f5
Add trace replay documentation
VincentG1234 a8e6444
refactor: move trace_io to utils for cross-component sharing
VincentG1234 584f753
replace manual trace loading with datasets.load_dataset
VincentG1234 cde76f4
refactor benchmark.entrypoints: remove max_requests data truncation
VincentG1234 a229476
refactor benchmark.entrypoint: remove replay special case
VincentG1234 d43e920
fix replay profile dataset filtering semantics
VincentG1234 c0739e4
erase useless diffs
VincentG1234 7d76d5f
fix trace replay tests for multiprocessing context
VincentG1234 8a7adde
fix ruff issue
VincentG1234 a6126fb
refactor trace_synthetic and trace_io: remove max_rows; use data_samp…
VincentG1234 ba792eb
fix replay profile data sample handling
VincentG1234 fc524d2
test: restore e2e utils
VincentG1234 c0150d0
fix trace replay ordering alignment
VincentG1234 b532df9
Fix trace replay alignment and semantics across loading, scheduling, …
VincentG1234 e3f317d
Fix trace replay alignment and semantics across loading, scheduling, …
VincentG1234 abfa41c
refactor unit tests: strengthen trace replay unit coverage
VincentG1234 09dcb32
fix ci: fix mdformat pre-commit on datasets guide
VincentG1234 6d7eac5
docs: clarify trace replay timestamp semantics
VincentG1234 b6c56f3
docs: clarify trace replay dataset examples and explanations
VincentG1234 cfeecc5
docs: clarify trace io and profiles wording
VincentG1234 0a1c7eb
fix replay trace scheduling completion and optimize synthetic prompt …
VincentG1234 b981ce9
fix ci with precommit
VincentG1234 4c0b43b
enforce single trace data source in resolve_args
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.