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

Export GenAi-PA results to CSV file #497

Merged
merged 8 commits into from
Mar 7, 2024
Merged

Conversation

dyastremsky
Copy link
Contributor

@dyastremsky dyastremsky commented Mar 7, 2024

This pull request cleans up the GenAi-PA report table and exports the more detailed metrics to a CSV (e.g. more percentile options).

Since we are requiring the export file due to PA returning it, this clarifies the wording. For simplicity, since the PA export is being saved, the GenAi-PA one will be as well. If we remove the PA export file being written in the future, we can also look at making the GenAi-PA CSV being optional for users who want to disable the exports.

Report with highlights shown (excluding inter-token latency due to this being with streaming disabled):
image

CSV with all calculated percentiles shown (excluding inter-token latency due to this being with streaming disabled):
image

@dyastremsky dyastremsky requested a review from debermudez March 7, 2024 20:12
@@ -85,6 +85,10 @@ def report_output(metrics: LLMProfileDataParser, args):
"Neither concurrency_range nor request_rate_range was found in args when reporting metrics"
)
stats = metrics.get_statistics(infer_mode, int(load_level))
export_csv_name = args.profile_export_file.with_name(
args.profile_export_file.stem + "_genai_pa" + args.profile_export_file.suffix
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be .csv not .json

"generated. By default, the profile export will be to profile_export.json. "
"The GenAi-PA file will be exported to <profile_export_file>_genai_pa.<file_extension>. "
"For example, if the profile export file is profile_export.json, the GenAi-PA file will be "
"exported to profile_export_genai_pa.json.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

csv file right? not json?

@dyastremsky dyastremsky merged commit 8893fe6 into feature-genai-pa Mar 7, 2024
3 checks passed
@dyastremsky dyastremsky deleted the dyas-csv branch March 7, 2024 23:44
debermudez pushed a commit that referenced this pull request Mar 12, 2024
debermudez pushed a commit that referenced this pull request Mar 13, 2024
mc-nv pushed a commit that referenced this pull request Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants