-
Notifications
You must be signed in to change notification settings - Fork 110
[BE] Update upload bm results GHA #7612
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
Signed-off-by: Huy Do <huydhn@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Signed-off-by: Huy Do <huydhn@gmail.com>
Signed-off-by: Huy Do <huydhn@gmail.com>
| echo "DEVICE_NAME=$DEVICE_NAME" >> $GITHUB_ENV | ||
| - name: Get device type |
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.
This logic is from https://github.com/pytorch/pytorch-integration-testing/blob/main/.github/workflows/vllm-benchmark.yml#L139. There is a task to consolidate this into this official upload benchmark results GHA
Signed-off-by: Huy Do <huydhn@gmail.com>
This reverts commit faabc80.
Signed-off-by: Huy Do <huydhn@gmail.com>
Signed-off-by: Huy Do <huydhn@gmail.com>
There are a couple of changes:
DEVICE_NAMEandDEVICE_TYPEfrom https://github.com/pytorch/pytorch-integration-testing/blob/main/.github/workflows/vllm-benchmark.yml and get rid of PyTorch as a dependency from this workflow to find the device name and type. Installing PyTorch just to get this information is a wastenvidia-ml-pyas a replacement ofpynvml