-
Notifications
You must be signed in to change notification settings - Fork 105
Create vLLM v1 benchmark dashboard #6306
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
@huydhn is attempting to deploy a commit to the Meta Open Source Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
: `${model} (${dtype} / ${device})`; | ||
if (repoName === "vllm-project/vllm") { | ||
let requestRate = record.extra!["request_rate"]; | ||
// TODO (huydhn): Fix the invalid JSON on vLLM side |
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.
Here is the fix on vLLM side vllm-project/vllm#13641 under review. Once this lands, we can remove these hacks
Co-authored-by: clee2000 <[email protected]>
</a> | ||
. {children} | ||
</Typography> | ||
{repoName !== "vllm-project/vllm" && ( |
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.
option: maybe can place a list of repoName that has this exception
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.
Yeah, the benchmark UX seems to be growing pretty fast recently, so I think I will take a step back to see if we could refactor the code here for better modularization
This is the initial version of vLLM v1 benchmark dashboard. The benchmark is run periodically on vLLM main commits. The script running the benchmark is at https://github.com/pytorch/pytorch-integration-testing/tree/master/vllm-benchmarks.
Besides all the custom logic for
vllm-project/vllm
, I also add a newextra
map in the query to store arbitrary information about how the benchmark is setup.Some UX features are left for subsequent PRs:
request_rate
andtensor_parallel_size
are missing when the former is set toInf
leading to an invalid JSON. This fix needs to be done on vLLM sidePreview
https://torchci-git-fork-huydhn-create-vllm-benchma-323632-fbopensource.vercel.app/benchmark/llms?repoName=vllm-project%2Fvllm