Skip to content

Commit 0776d6b

Browse files
committed
Add comma between args
1 parent 73191f1 commit 0776d6b

File tree

1 file changed

+2
-1
lines changed
  • src/c++/perf_analyzer/genai-perf/genai_perf

1 file changed

+2
-1
lines changed

src/c++/perf_analyzer/genai-perf/genai_perf/wrapper.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ def build_cmd(args, extra_args):
5757
"input_format",
5858
"model",
5959
"backend",
60-
"extra_inputs" "output_format",
60+
"extra_inputs",
61+
"output_format",
6162
# The 'streaming' passed in to this script is to determine if the
6263
# LLM response should be streaming. That is different than the
6364
# 'streaming' that PA takes, which means something else (and is

0 commit comments

Comments
 (0)