Skip to content

Commit 69b0e66

Browse files
committed
Updates for scenarios and benchmarking entrypoints to reenable them for the latest state of refactor
1 parent 9d9392b commit 69b0e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def benchmark():
256256
help="Number of worker processes for data loading.",
257257
)
258258
@click.option(
259-
"--dataloader_kwargs",
259+
"--dataloader-kwargs",
260260
default=BenchmarkGenerativeTextArgs.get_default("dataloader_kwargs"),
261261
callback=cli_tools.parse_json,
262262
help="JSON string of arguments to pass to the dataloader constructor.",

0 commit comments

Comments
 (0)