We are seeing a significant increase in the cpu utilization when streaming the LLM model response, We also observe that increasing the completion tokens on the model also increases the cpu utilization considerably. We are observing around 75% cpu utilization even at 1/6th the rate of traffic (5 calls per second) of the non-streaming model calls.
We couldn't find any benchmarks for streaming response on litellm github. Could you please share benchmarks that you run for your releases so that we can compare and see the performance?
We are seeing a significant increase in the cpu utilization when streaming the LLM model response, We also observe that increasing the completion tokens on the model also increases the cpu utilization considerably. We are observing around 75% cpu utilization even at 1/6th the rate of traffic (5 calls per second) of the non-streaming model calls.
We couldn't find any benchmarks for streaming response on litellm github. Could you please share benchmarks that you run for your releases so that we can compare and see the performance?