Skip to content

Conversation

@Potabk
Copy link
Collaborator

@Potabk Potabk commented Oct 27, 2025

What this PR does / why we need it?

This patch add multi-node test case for a2

Does this PR introduce any user-facing change?

How was this patch tested?

Signed-off-by: wangli <[email protected]>
@github-actions
Copy link

👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:‌‌

  • A PR should do only one thing, smaller PRs enable faster reviews.
  • Every PR should include unit tests and end-to-end tests ‌to ensure it works and is not broken by other future PRs.
  • Write the commit message by fulfilling the PR description to help reviewer and future developers understand.

If CI fails, you can run linting and testing checks locally according Contributing and Testing.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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 multi-node test case for the DeepSeek-R1-W8A8 model. The changes correctly parameterize the NPU resource requests in the Kubernetes job template. However, the new test configuration file is missing a required benchmarks section, which will cause a runtime failure. I have added a critical review comment to address this issue.

--enforce-eager
--speculative-config '{"num_speculative_tokens": 1, "method":"deepseek_mtp"}' \
--additional-config '{"ascend_scheduler_config":{"enabled":false},"chunked_prefill_for_mla":true,"enable_weight_nz_layout":true}'
benchmarks:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The benchmarks section is empty. The test configuration parser in tests/e2e/nightly/multi_node/config/multi_node_config.py requires perf and acc commands to be defined under this key. An empty benchmarks: key is parsed as None, which will cause an AssertionError at runtime when the configuration is loaded. Please add the required benchmark commands to proceed.

benchmarks:
  perf: "echo 'perf command placeholder'"
  acc: "echo 'acc command placeholder'"

@Potabk
Copy link
Collaborator Author

Potabk commented Oct 27, 2025

This should merged after #3764

@wangxiyuan wangxiyuan merged commit f846bd2 into vllm-project:main Oct 27, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants