Skip to content

Commit 90537b2

Browse files
committed
Fix example
Signed-off-by: Rashid Kaleem <230885705+arekay-nv@users.noreply.github.com>
1 parent 815a843 commit 90537b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/01_LocalBenchmark/run_tinyllm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ def issue(self, sample):
185185
help="Enable streaming mode for TTFT metrics",
186186
)
187187
parser.add_argument(
188-
"--dump-events-csv",
188+
"--dump-events-log",
189189
action="store_true",
190-
help="Dump the events to a CSV file",
190+
help="Dump the events to a log file",
191191
)
192192
parser.add_argument(
193193
"--total-sample-count",
@@ -248,7 +248,7 @@ def issue(self, sample):
248248
name="tinyllm_benchmark",
249249
report_dir="tinyllm_benchmark_report",
250250
tokenizer_override=model_runner.tokenizer,
251-
dump_events_csv=args.dump_events_csv,
251+
dump_events_log=args.dump_events_log,
252252
)
253253
sess.wait_for_test_end()
254254

0 commit comments

Comments
 (0)