BentoML icon indicating copy to clipboard operation
BentoML copied to clipboard

Add more debug/info logs runner indicating adaptive batching logic

Open parano opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe.

Currently there is not too much visibility for the user to visualize or to understand how BentoML's micro-batching works. having more logs around how BentoML makes a decision and what is happening in the batching layer should help with that.

cc @bojiang

Describe the solution you'd like

Describe alternatives you've considered

Additional context

parano avatar Mar 11 '21 22:03 parano

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 16 '21 23:06 stale[bot]

In debug mode, RunnerApp should:

  • log the batch size for each run
  • log the latency for each run

parano avatar Jan 19 '22 02:01 parano