Skip to content

Commit

Permalink
Adding todo comment about client batch size support
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-braf committed May 21, 2024
1 parent 03d0097 commit 90e06e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ def _create_perf_analyzer_config(

perf_analyzer_config.update_config_from_profile_config(model_name, self._config)

# TODO: TMA-1934 add support for user specifying a range of client batch sizes
perf_config_params = {
"batch-size": DEFAULT_BATCH_SIZES,
"concurrency-range": concurrency,
Expand Down

0 comments on commit 90e06e2

Please sign in to comment.