From 6869902309829a78acb5b2f02a335f1900410f01 Mon Sep 17 00:00:00 2001 From: Hyunjae Woo Date: Wed, 29 Nov 2023 17:02:19 -0800 Subject: [PATCH] Fix pre-commit hooks --- src/c++/perf_analyzer/docs/examples/profile.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/c++/perf_analyzer/docs/examples/profile.py b/src/c++/perf_analyzer/docs/examples/profile.py index 673b26cc6..ef6b613d8 100644 --- a/src/c++/perf_analyzer/docs/examples/profile.py +++ b/src/c++/perf_analyzer/docs/examples/profile.py @@ -421,12 +421,12 @@ def profile(args, export_file): f"--profile-export-file={export_file} " ) if args.model == "ensemble": # TRT-LLM - command += ( - "--shape=text_input:1 " - "--shape=max_tokens:1 " - "--shape=bad_words:1 " - "--shape=stop_words:1 " - ) + command += ( + "--shape=text_input:1 " + "--shape=max_tokens:1 " + "--shape=bad_words:1 " + "--shape=stop_words:1 " + ) if args.periodic_concurrency_range: start, end, step = args.periodic_concurrency_range command += ( @@ -501,7 +501,6 @@ def construct_vllm_input_data(args): } ] } - # If command line option is specified, overwrite if args.offline: