Skip to content

Add a script to run vLLM benchmark #26

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

Merged
merged 20 commits into from
Feb 19, 2025
Merged

Add a script to run vLLM benchmark #26

merged 20 commits into from
Feb 19, 2025

Conversation

huydhn
Copy link
Contributor

@huydhn huydhn commented Feb 16, 2025

The script will pull vLLM repo, run its benchmarks, and upload the results to PyTorch ossci-benchmarks bucket to be ingested into PyTorch OSS benchmark database. On the devgpu, I have this one running in a while loop under screen:

#!/bin/bash

set -eux

while :
do
  HF_TOKEN=<REDACTED> ./run.sh main
  sleep 300
done

@huydhn huydhn requested a review from seemethere February 16, 2025 08:34
@huydhn huydhn marked this pull request as ready for review February 16, 2025 08:34
@huydhn
Copy link
Contributor Author

huydhn commented Feb 19, 2025

@seemethere is OOTO this week, and as this code has already been running in the past few days. I'll merge it now and ask for forgiveness later so that I can add a workflow to benchmark on MI300x here.

@huydhn huydhn merged commit 149fcbc into master Feb 19, 2025
1 of 2 checks passed
@huydhn huydhn deleted the add-v1-benchmark-script branch May 29, 2025 01:02
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