forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add real bs to profiling #600
Closed
Closed
Conversation
This file contains 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
Signed-off-by: Russell Bryant <[email protected]>
Signed-off-by: youkaichao <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
…lm-project#9766) Signed-off-by: ElizaWszola <[email protected]>
…lls (vllm-project#10452) Signed-off-by: Max de Bayser <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]>
Signed-off-by: Lucas Wilkinson <[email protected]>
Signed-off-by: Yanyi Liu <[email protected]>
…ading (vllm-project#10456) Signed-off-by: Isotr0py <[email protected]>
…t#10470) Signed-off-by: DarkLight1337 <[email protected]>
Signed-off-by: skylee-01 <[email protected]>
…ect#10471) Signed-off-by: DarkLight1337 <[email protected]>
Signed-off-by: MengqingCao <[email protected]>
…lm-project#10355) Signed-off-by: jiang1.li <[email protected]>
Random sampler warmup
This change allows to skip empty steps in multistep scenario. We are currently wasting host time on launching n-2 empty steps. This PR removes it. The gain will be visible after device time optimizations, as we are currently limited by HPU calculations inside multistep.
Signed-off-by: youkaichao <[email protected]>
Signed-off-by: simon-mo <[email protected]>
Signed-off-by: youkaichao <[email protected]>
…llm-project#10463) Signed-off-by: Guillaume Calmettes <[email protected]>
Signed-off-by: Woosuk Kwon <[email protected]>
…oject#10482) Signed-off-by: youkaichao <[email protected]>
Signed-off-by: Pavani Majety <[email protected]>
Signed-off-by: MengqingCao <[email protected]>
Signed-off-by: luka <[email protected]> Signed-off-by: Luka Govedic <[email protected]>
Signed-off-by: DarkLight1337 <[email protected]>
Signed-off-by: Chendi Xue <[email protected]> Co-authored-by: Michael Goin <[email protected]>
Signed-off-by: Daniele Trifirò <[email protected]> Signed-off-by: youkaichao <[email protected]> Co-authored-by: youkaichao <[email protected]>
…ect#10903) Signed-off-by: Woosuk Kwon <[email protected]>
…10899) Signed-off-by: mgoin <[email protected]>
Signed-off-by: DarkLight1337 <[email protected]>
Signed-off-by: Jee Jee Li <[email protected]>
…vllm-project#10901) Signed-off-by: Travis Johnson <[email protected]>
Add spec decode CI --------- Signed-off-by: Chendi.Xue <[email protected]>
…10917) Signed-off-by: Jee Jee Li <[email protected]>
Signed-off-by: Isotr0py <[email protected]> Signed-off-by: DarkLight1337 <[email protected]> Co-authored-by: DarkLight1337 <[email protected]>
…roject#10897) Signed-off-by: Konrad Zawora <[email protected]>
Signed-off-by: youkaichao <[email protected]>
Signed-off-by: youkaichao <[email protected]>
Signed-off-by: youkaichao <[email protected]> Co-authored-by: Woosuk Kwon <[email protected]>
Signed-off-by: youkaichao <[email protected]>
…9, add tmp one for 1.18 (#547) Fix 1.19 INC incompatible issues https://jira.habana-labs.com/browse/SW-209688 Signed-off-by: Chendi.Xue <[email protected]> Co-authored-by: Michał Kuligowski <[email protected]>
Need to test with TORCH_COMPILE_DISABLE=true Signed-off-by: Chendi.Xue <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds real batch size and sequence length to description of a graph in the high-level profiling.