Skip to content

Commit 57683a2

Browse files
authored
[GuideLLM Refactor] Reenablement of scenarios and fixes for benchmark package and CLI pathways (#414)
## Summary Changed the benchmarking entrypoint to take in an Args object which is now used to load scenarios. It enables a single source of truth in addition to being able to save the exact configurations in the report output. ## Details <!-- Provide a detailed list of all changes introduced in this pull request. --> - [ ] ## Test Plan <!-- List the steps needed to test this PR. --> - ## Related Issues <!-- Link any relevant issues that this PR addresses. --> - Resolves # --- - [ ] "I certify that all code in this PR is my own, except as noted below." ## Use of AI - [ ] Includes AI-assisted code completion - [ ] Includes code generated by an AI application - [ ] Includes AI-generated tests (NOTE: AI written tests should have a docstring that includes `## WRITTEN BY AI ##`)
1 parent 060343e commit 57683a2

File tree

15 files changed

+1317
-883
lines changed

15 files changed

+1317
-883
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ include = ["*"]
99

1010
[tool.setuptools.package-data]
1111
"guidellm.data" = ["*.gz"]
12+
"guidellm.benchmark.scenarios" = ["*.json", "**/*.json"]
1213

1314
[tool.pdm]
1415
distribution = true

0 commit comments

Comments
 (0)