-
Notifications
You must be signed in to change notification settings - Fork 592
[TEST] Speed up DS V2 accuracy test and turn up accuracy baseline #3047
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: hfadzxy <starmoon_zhang@163.com>
|
👋 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 updates the expected accuracy and batch size for the DeepSeek-V2-Lite model's end-to-end tests. The changes bring the configuration closer to observed results. My review provides suggestions to further improve the precision of the accuracy values in the test configuration, making them more specific to each metric based on the provided accuracy report. This will enhance the reliability and maintainability of the tests.
…lm-project#3047) ### What this PR does / why we need it? 1. update expected accuracy for DeepSeek-V2-Lite 2. add batch size ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Accuracy CI passed - vLLM version: v0.10.2 - vLLM main: vllm-project/vllm@838d711 Signed-off-by: hfadzxy <starmoon_zhang@163.com>
…lm-project#3047) ### What this PR does / why we need it? 1. update expected accuracy for DeepSeek-V2-Lite 2. add batch size ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Accuracy CI passed - vLLM version: v0.10.2 - vLLM main: vllm-project/vllm@838d711 Signed-off-by: hfadzxy <starmoon_zhang@163.com> Signed-off-by: Che Ruan <cr623@ic.ac.uk>
…lm-project#3047) ### What this PR does / why we need it? 1. update expected accuracy for DeepSeek-V2-Lite 2. add batch size ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Accuracy CI passed - vLLM version: v0.10.2 - vLLM main: vllm-project/vllm@838d711 Signed-off-by: hfadzxy <starmoon_zhang@163.com> Signed-off-by: Che Ruan <cr623@ic.ac.uk>
…lm-project#3047) ### What this PR does / why we need it? 1. update expected accuracy for DeepSeek-V2-Lite 2. add batch size ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Accuracy CI passed - vLLM version: v0.10.2 - vLLM main: vllm-project/vllm@838d711 Signed-off-by: hfadzxy <starmoon_zhang@163.com>
…lm-project#3047) ### What this PR does / why we need it? 1. update expected accuracy for DeepSeek-V2-Lite 2. add batch size ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Accuracy CI passed - vLLM version: v0.10.2 - vLLM main: vllm-project/vllm@838d711 Signed-off-by: hfadzxy <starmoon_zhang@163.com> Signed-off-by: hwhaokun <haokun0405@163.com>
What this PR does / why we need it?
Does this PR introduce any user-facing change?
How was this patch tested?