Skip to content

Multi Process Scheduler Implementation, Benchmarker, and Report Generation Refactor #96

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

Merged
merged 43 commits into from
Apr 11, 2025

Conversation

markurtz
Copy link
Member

@markurtz markurtz commented Mar 10, 2025

Full refactor of GuideLLM enabling better overall performance to ensure minimal overhead for benchmarking with a new multiprocess and threaded scheduler along with significant updates to the output formats enabling better analysis, visibility, and clarity.

Screenshot 2025-04-11 at 2 26 13 PM

Fixes:

Copy link
Collaborator

@sjmonson sjmonson left a comment

Choose a reason for hiding this comment

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

Not a complete review; still working on root causing some other issues I found.

@markurtz markurtz marked this pull request as ready for review April 11, 2025 16:42
@markurtz markurtz changed the title General Multi Process Scheduler Implementation and Report Generation Updates Multi Process Scheduler Implementation, Benchmarker, and Report Generation Refactor Apr 11, 2025
sjmonson
sjmonson previously approved these changes Apr 11, 2025
Copy link
Collaborator

@sjmonson sjmonson left a comment

Choose a reason for hiding this comment

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

LGTM 📦➡️🚚 Actually one minor change needed

sjmonson
sjmonson previously approved these changes Apr 11, 2025
Copy link
Collaborator

@sjmonson sjmonson left a comment

Choose a reason for hiding this comment

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

Now LGTM 🤣 or not. Since python 3.9 adds support for using list and dict as types this has made ruff unhappy with using the typing constructs of List and Dict. Reverting my change for now we can revisit in separate PR.

Since python 3.9 adds support for using list and dict as types this has made
ruff unhappy with using the typing constructs of List and Dict. Reverting my
change for now; we can revisit in separate PR.

This reverts commit d0d31d3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
load-request load-request workstream priority-high
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants