-
-
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
[Feature] Update benchmark_throughput.py to support image input #9851
base: main
Are you sure you want to change the base?
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
Commits on Oct 30, 2024
-
Update benchmark_throughput.py to support image input
This reverts commit eb6e01b. Signed-off-by: Linkun Chen <github+anyscale@lkchen.net>
Linkun Chen committedOct 30, 2024 Configuration menu - View commit details
-
Copy full SHA for a5ab5d1 - Browse repository at this point
Copy the full SHA a5ab5d1View commit details