-
Notifications
You must be signed in to change notification settings - Fork 456
[DOC] Qwen3 PD disaggregation user guide #2751
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
Conversation
Signed-off-by: paulyu12 <[email protected]>
👋 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. |
@Potabk please follow this guide to test locally and review it. Thanks. |
Signed-off-by: paulyu12 <[email protected]>
@paulyu12 Have you once tried deploying all instances on the same node |
Not yet. But if you need, I can try this scenario soon. |
Signed-off-by: paulyu12 <[email protected]>
Signed-off-by: paulyu12 <[email protected]>
Signed-off-by: paulyu12 <[email protected]>
Signed-off-by: paulyu12 <[email protected]>
Signed-off-by: paulyu12 <[email protected]>
Signed-off-by: paulyu12 <[email protected]>
Thanks for the contribution |
### What this PR does / why we need it? The PR is for the document of the prefiller&decoder disaggregation deloyment guide. The scenario of the guide is: - Use 3 nodes totally and 2 NPUs on each node - Qwen3-30B-A3B - 1P2D - Expert Parallel The deployment can be used to verify PD Disggregation / Expert Parallel features with a slightly less resources. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. - vLLM version: v0.10.1.1 - vLLM main: vllm-project/vllm@e599e2c --------- Signed-off-by: paulyu12 <[email protected]>
### What this PR does / why we need it? The PR is for the document of the prefiller&decoder disaggregation deloyment guide. The scenario of the guide is: - Use 3 nodes totally and 2 NPUs on each node - Qwen3-30B-A3B - 1P2D - Expert Parallel The deployment can be used to verify PD Disggregation / Expert Parallel features with a slightly less resources. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. - vLLM version: v0.10.1.1 - vLLM main: vllm-project/vllm@e599e2c --------- Signed-off-by: paulyu12 <[email protected]> Signed-off-by: offline0806 <[email protected]>
What this PR does / why we need it?
The PR is for the document of the prefiller&decoder disaggregation deloyment guide.
The scenario of the guide is:
The deployment can be used to verify PD Disggregation / Expert Parallel features with a slightly less resources.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
No.