-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[Misc] Refactor benchmark_throughput.py #9779
Open
lk-chen
wants to merge
8
commits into
vllm-project:main
Choose a base branch
from
lk-chen:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Oct 29, 2024
-
Refactor benchmark_throughput.py
* Give the request tuple a name * Add helper message for --dataset flag Signed-off-by: Linkun Chen <github+anyscale@lkchen.net>
Linkun Chen authored and Linkun Chen committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 68cd83f - Browse repository at this point
Copy the full SHA 68cd83fView commit details -
Refactor benchmark_throughput.py to pass TextPrompt instead of string
* This is preparation to support multi-modality input, by reusing existing TextPrompt structure * no significant metrics diff, see below - before: Throughput: 13.99 requests/s, 2933.11 total tokens/s, 2758.10 output tokens/s - after: Throughput: 13.99 requests/s, 2932.69 total tokens/s, 2757.70 output tokens/s - test command: `python benchmarks/benchmark_throughput.py --model mistral-community/pixtral-12b --max-model-len=8192 --dataset ../sharegpt4v_instruct_gpt4-vision_cap100k.json` Signed-off-by: Linkun Chen <github+anyscale@lkchen.net>
Linkun Chen authored and Linkun Chen committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 9329d8d - Browse repository at this point
Copy the full SHA 9329d8dView commit details -
Update benchmark_throughput.py to support image input
Signed-off-by: Linkun Chen <github+anyscale@lkchen.net>
Linkun Chen authored and Linkun Chen committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 2623fea - Browse repository at this point
Copy the full SHA 2623feaView commit details -
Signed-off-by: Linkun Chen <github+anyscale@lkchen.net>
Linkun Chen authored and Linkun Chen committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 2378563 - Browse repository at this point
Copy the full SHA 2378563View commit details -
Signed-off-by: Linkun Chen <github+anyscale@lkchen.net>
Configuration menu - View commit details
-
Copy full SHA for 917ccb3 - Browse repository at this point
Copy the full SHA 917ccb3View commit details -
Signed-off-by: Linkun Chen <github+anyscale@lkchen.net>
Configuration menu - View commit details
-
Copy full SHA for 6cb2fa7 - Browse repository at this point
Copy the full SHA 6cb2fa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0199b5 - Browse repository at this point
Copy the full SHA a0199b5View commit details -
Revert "Update benchmark_throughput.py to support image input"
This reverts commit 2623fea. Signed-off-by: Linkun Chen <github+anyscale@lkchen.net>
Linkun Chen committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for eb6e01b - Browse repository at this point
Copy the full SHA eb6e01bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.