-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Enable CPU nightly performance benchmark and its Markdown report #18444
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 project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
61d8f46
to
b219eae
Compare
Signed-off-by: Tsai, Louie <[email protected]>
Signed-off-by: Tsai, Louie <[email protected]>
Signed-off-by: Tsai, Louie <[email protected]>
Signed-off-by: Tsai, Louie <[email protected]>
Signed-off-by: Tsai, Louie <[email protected]>
Signed-off-by: Tsai, Louie <[email protected]>
Signed-off-by: Tsai, Louie <[email protected]>
b219eae
to
72d890c
Compare
Signed-off-by: Tsai, Louie <[email protected]>
913611c
to
298aba1
Compare
Signed-off-by: Tsai, Louie <[email protected]>
e7f9de8
to
8e9e5c2
Compare
Signed-off-by: Tsai, Louie <[email protected]>
1299794
to
51ede3a
Compare
@bigPYJ1151 could you help to review this PR? |
Signed-off-by: Tsai, Louie <[email protected]>
2bcd0fe
to
2f11d5e
Compare
Need to standardize vLLM CPU benchmarks among customers and intel users by using vLLM benchmark suite.
Also hope to enable CPU perf numbers on vLLM performance dashboard.
Enable vLLM benchmark suite for CPU and below are snapshot of serving benchmark report.
numbers are aligned with our Xeon EMR numbers.
How to run it on CPU under vllm folder:
ON_CPU=1 bash .buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
also added a new section "Platform Information" section to list out CPU info
Here is the full report.
benchmark_results_0527_3.md
overall, it took ~2 hours for current tests.
it also needs to have auto OMP thread binding from below PR.
#17930