Skip to content

Conversation

@zhangxinyuehfad
Copy link
Contributor

@zhangxinyuehfad zhangxinyuehfad commented Oct 30, 2025

What this PR does / why we need it?

Add nightly test for DeepSeek-V3.2-Exp

Does this PR introduce any user-facing change?

How was this patch tested?

@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 nightly tests for the DeepSeek-V3.2-Exp model. The changes include a new single-node e2e test, a multi-node test configuration, and updates to the multi-node test runner script. My review identifies a critical issue in the multi-node YAML configuration where an incorrect model version is served without the necessary quantization flag, which would invalidate the test results. Additionally, I've pointed out several high-severity issues related to maintainability and potential for confusion, such as hardcoded values and typos in scripts and test files.

@zhangxinyuehfad zhangxinyuehfad force-pushed the zxy_dpsk32 branch 2 times, most recently from be74728 to da61f4f Compare October 30, 2025 12:54
@github-actions
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

OMP_NUM_THREADS: 100
HCCL_BUFFSIZE: 1024
SERVER_PORT: 8080
disaggregated_prefill:
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you want to add multi-dp test cross 2 nodes for deepseekv3.2 right? so we should not pass disaggregated_prefill related config

--data-parallel-rpc-port 13389
--tensor-parallel-size 16
--seed 1024
--served-model-name deepseek_v3.2
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
--served-model-name deepseek_v3.2

Copy link
Collaborator

Choose a reason for hiding this comment

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

Since we use the model name instead of this short tag when checking if the service is running, passing this parameter will result in a timeout.

--data-parallel-rpc-port 13389
--tensor-parallel-size 16
--seed 1024
--served-model-name deepseek_v3.2
Copy link
Collaborator

Choose a reason for hiding this comment

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

same

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