-
Notifications
You must be signed in to change notification settings - Fork 468
[Doc] Add deepseek multi node doc #3223
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
base: main
Are you sure you want to change the base?
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 adds documentation for multi-node deployment of DeepSeek models. The new documentation file multi_node_deepseek.md
contains several critical and high-severity issues that would prevent users from successfully following the tutorials. My review includes corrections for:
- Incorrect device mappings in the
docker run
command for the specified hardware. - Inconsistent and incorrect model configurations in the multi-node
BF16
tutorial, including model name, batch token limits, and environment variables. - A misleading comment in the
BF16
tutorial. - A confusing documentation structure where a single-node tutorial is placed within a multi-node guide.
Applying these suggestions will significantly improve the correctness and clarity of the documentation.
Signed-off-by: wangli <[email protected]>
### What this PR does / why we need it? This PR added the initial DeepSeek V3.2 support with [vLLM v0.11.0](https://github.com/vllm-project/vllm/tree/releases/v0.11.0) (not released yet). We will complete vLLM adaptation as soon as possible. This feature will be ready in recent 1-2 days. Related doc: #3223 . ### Does this PR introduce _any_ user-facing change? Yes! ### How was this patch tested? CI passed and Run deepseek doc soon. - vLLM version: v0.11.0rc3 - vLLM main: vllm-project/vllm@releases/v0.11.0 --------- Signed-off-by: wangxiyuan <[email protected]> Signed-off-by: zzzzwwjj <[email protected]> Signed-off-by: linfeng-yuan <[email protected]> Signed-off-by: wxsIcey <[email protected]> Signed-off-by: MengqingCao <[email protected]> Co-authored-by: zzzzwwjj <[email protected]> Co-authored-by: linfeng-yuan <[email protected]> Co-authored-by: wxsIcey <[email protected]> Co-authored-by: MengqingCao <[email protected]>
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
What this PR does / why we need it?
deepseek-v3.1-bf16
multi-node mp backend tutorialdeepseek-v3.1-w8a8
tp16 single node on a3 turorialDoes this PR introduce any user-facing change?
How was this patch tested?