Skip to content
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

Refactor the LLM benchmark script #427

Merged
merged 7 commits into from
Oct 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix sample output
nv-hwoo committed Oct 28, 2023
commit 0d42a15e3fb5e86cb81f97f57a3ecd1ce9817b0f
2 changes: 1 addition & 1 deletion src/c++/perf_analyzer/docs/llm.md
Original file line number Diff line number Diff line change
@@ -124,7 +124,7 @@ prompts.
python profile.py -m vllm --prompt-size-range 100 500 200 --max-tokens 256 --ignore-eos

# Sample output
# [ Benchmark Summary ]
# [ BENCHMARK SUMMARY ]
# Prompt size: 100, Average first-token latency: 0.0388 sec, Average total token-to-token latency: 0.0066 sec
# Prompt size: 300, Average first-token latency: 0.0431 sec, Average total token-to-token latency: 0.0071 sec
# Prompt size: 500, Average first-token latency: 0.0400 sec, Average total token-to-token latency: 0.0070 sec