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

When custom profile export provided, update CSV/JSON naming #768

Closed
wants to merge 4 commits into from

Conversation

dyastremsky
Copy link
Contributor

When --profile-export-name is passed, the JSON and CSV names should use the profile export name. For example, if the name is "custom_name.json", the GenAI-Perf output files should be "custom_name_genai_perf.json" and "custom_name_genai_perf.csv". Fix this behavior and add testing.

Before:
image

After:
image

@dyastremsky dyastremsky self-assigned this Jul 29, 2024
Migrate PA Repo w/ Minimum Client changes.

Add typing

Remove unused functions
Copy link
Contributor

@nv-hwoo nv-hwoo left a comment

Choose a reason for hiding this comment

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

Great work! 👍 Left a few comments.

@@ -125,6 +131,9 @@
Collect LLM metrics from profile export data and confirm correct values are
printed in csv.
"""
artifacts_dir = "artifacts/model_name-openai-chat-concurrency1"

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable artifacts_dir is not used.
Run pre-commit hooks
Copy link
Contributor

@nv-hwoo nv-hwoo left a comment

Choose a reason for hiding this comment

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

LGTM!

@dyastremsky
Copy link
Contributor Author

Closing in favor of triton-inference-server/perf_analyzer#19. With the PA migration started, changes should only be merged in that repo.

CC: @fpetrini15

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.

4 participants