-
Notifications
You must be signed in to change notification settings - Fork 629
add multi_npu_qwen3_dense tutorials #4525
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
…into wind-main
…into wind-main
|
👋 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 a new tutorial for running Qwen3-32B-W8A8 on multiple NPUs. The documentation is comprehensive and well-structured. I've found one significant issue in an environment setup script that could lead to incorrect configuration for users on Ubuntu. I've provided a suggestion to make the script more robust by automatically detecting the correct library path.
What this PR does / why we need it?
Does this PR introduce any user-facing change?
How was this patch tested?