We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815a843 commit 90537b2Copy full SHA for 90537b2
examples/01_LocalBenchmark/run_tinyllm.py
@@ -185,9 +185,9 @@ def issue(self, sample):
185
help="Enable streaming mode for TTFT metrics",
186
)
187
parser.add_argument(
188
- "--dump-events-csv",
+ "--dump-events-log",
189
action="store_true",
190
- help="Dump the events to a CSV file",
+ help="Dump the events to a log file",
191
192
193
"--total-sample-count",
@@ -248,7 +248,7 @@ def issue(self, sample):
248
name="tinyllm_benchmark",
249
report_dir="tinyllm_benchmark_report",
250
tokenizer_override=model_runner.tokenizer,
251
- dump_events_csv=args.dump_events_csv,
+ dump_events_log=args.dump_events_log,
252
253
sess.wait_for_test_end()
254
0 commit comments