Skip to content

Commit 1f457e8

Browse files
committed
Progress towards fixing from-file
Signed-off-by: Jared O'Connell <[email protected]>
1 parent 6d0d4c2 commit 1f457e8

File tree

2 files changed

+210
-127
lines changed

2 files changed

+210
-127
lines changed

src/guidellm/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def from_file(path, output_path):
497497
to different output formats. Supports JSON, YAML, and CSV export formats
498498
based on the output file extension.
499499
"""
500-
reimport_benchmarks_report(path, output_path)
500+
asyncio.run(reimport_benchmarks_report(path, output_path))
501501

502502

503503
@cli.command(

0 commit comments

Comments
 (0)