Skip to content

Commit bdbc292

Browse files
authored
Update boolean args for PA (#515)
1 parent 4cf87d3 commit bdbc292

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

model_analyzer/perf_analyzer/perf_config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ class PerfAnalyzerConfig:
5151

5252
additive_args = ['input-data', 'shape', 'streaming']
5353

54-
boolean_args = ['ssl-grpc-use-ssl']
54+
boolean_args = [
55+
'streaming', 'async', 'sync', 'binary-search', 'ssl-grpc-use-ssl'
56+
]
5557

5658
def __init__(self):
5759
"""

0 commit comments

Comments
 (0)