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

guidance_report.json from default flow is very large #38

Open
mgoin opened this issue Aug 27, 2024 · 3 comments · May be fixed by #60
Open

guidance_report.json from default flow is very large #38

mgoin opened this issue Aug 27, 2024 · 3 comments · May be fixed by #60
Assignees

Comments

@mgoin
Copy link
Member

mgoin commented Aug 27, 2024

After running the default flow on Mistral in vLLM, there is a large (>100MB) report json in the directory I ran the commands. This seems quite heavy-weight, especially for a json file.

Instead, I would expect there to be a light csv or something summarizing the report that is displayed in the terminal so I can easily load my results into a spreadsheet or pandas dataframe for post-processing.

Commands:

vllm serve mistralai/Mistral-7B-Instruct-v0.3
guidellm --target "http://localhost:8000/v1" --model mistralai/Mistral-7B-Instruct-v0.3

Directory output:

guidellm git:(main) ll
total 114M
-rw-rw-r-- 1 mgoin mgoin 3.4K Aug 27 15:56 CODE_OF_CONDUCT.md
-rw-rw-r-- 1 mgoin mgoin 2.4K Aug 27 15:56 CONTRIBUTING.md
-rw-rw-r-- 1 mgoin mgoin 7.1K Aug 27 15:56 DEVELOPING.md
drwxrwxr-x 4 mgoin mgoin   95 Aug 27 15:56 docs
-rw-rw-r-- 1 mgoin mgoin 114M Aug 27 16:19 guidance_report.json <<
-rw-rw-r-- 1 mgoin mgoin  12K Aug 27 15:56 LICENSE
-rw-rw-r-- 1 mgoin mgoin   16 Aug 27 15:56 MANIFEST.in
-rw-rw-r-- 1 mgoin mgoin 7.3K Aug 27 15:56 pyproject.toml
-rw-rw-r-- 1 mgoin mgoin  11K Aug 27 15:56 README.md
drwxrwxr-x 4 mgoin mgoin   59 Aug 27 15:56 src
drwxrwxr-x 6 mgoin mgoin  104 Aug 27 15:56 tests
-rw-rw-r-- 1 mgoin mgoin 1.7K Aug 27 15:56 tox.ini
drwxrwxr-x 2 mgoin mgoin   66 Aug 27 15:56 utils
@markurtz
Copy link
Member

We have opened a ticket to adjust how we handle this and trim what we save. For now, though, I've defaulted it not to save the output file and instead rely on the stdout.

@mgoin
Copy link
Member Author

mgoin commented Aug 28, 2024

Is there a way to output the results into a simple table or csv for pasting into a spreadsheet?

@markurtz
Copy link
Member

Yes, printing out to CSV will be included as part of that work

@parfeniukink parfeniukink linked a pull request Sep 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants