-
Notifications
You must be signed in to change notification settings - Fork 655
[main] remove dbo code #3712
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
[main] remove dbo code #3712
Conversation
|
👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:
If CI fails, you can run linting and testing checks locally according Contributing and Testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request removes code related to dbo (dual-batch overlap) in the vLLM project, specifically targeting the ascend platform. The changes involve removing a sample file, environment variable configurations, and related metadata and logic from the attention modules. The review focuses on ensuring the complete removal of dbo-related code and maintaining the project's overall correctness and efficiency.
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
31a428d to
22e20de
Compare
1c36d72 to
42f50f1
Compare
Signed-off-by: zzzzwwjj <[email protected]>
### What this PR does / why we need it? Remove codes of dbo. Currently, vLLM has supported dbo with pr: vllm-project/vllm#23693. ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.11.0rc3 - vLLM main: vllm-project/vllm@17c540a Signed-off-by: zzzzwwjj <[email protected]> Signed-off-by: luolun <[email protected]>
### What this PR does / why we need it? Remove codes of dbo. Currently, vLLM has supported dbo with pr: vllm-project/vllm#23693. ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.11.0rc3 - vLLM main: vllm-project/vllm@17c540a Signed-off-by: zzzzwwjj <[email protected]> Signed-off-by: hwhaokun <[email protected]>
### What this PR does / why we need it? Remove codes of dbo. Currently, vLLM has supported dbo with pr: vllm-project/vllm#23693. ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.11.0rc3 - vLLM main: vllm-project/vllm@17c540a Signed-off-by: zzzzwwjj <[email protected]> Signed-off-by: nsdie <[email protected]>
### What this PR does / why we need it? Remove codes of dbo. Currently, vLLM has supported dbo with pr: vllm-project/vllm#23693. ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.11.0rc3 - vLLM main: vllm-project/vllm@17c540a Signed-off-by: zzzzwwjj <[email protected]>
What this PR does / why we need it?
Remove codes of dbo.
Currently, vLLM has supported dbo with pr: vllm-project/vllm#23693.
Does this PR introduce any user-facing change?
How was this patch tested?