We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73191f1 commit 0776d6bCopy full SHA for 0776d6b
src/c++/perf_analyzer/genai-perf/genai_perf/wrapper.py
@@ -57,7 +57,8 @@ def build_cmd(args, extra_args):
57
"input_format",
58
"model",
59
"backend",
60
- "extra_inputs" "output_format",
+ "extra_inputs",
61
+ "output_format",
62
# The 'streaming' passed in to this script is to determine if the
63
# LLM response should be streaming. That is different than the
64
# 'streaming' that PA takes, which means something else (and is
0 commit comments