Open Jackiexiao opened 2 years ago
@Jackiexiao Thanks for your feature request. Perf Analyzer has limited support for decoupled mode by measuring the time between the request and first response. However, as you mentioned in the issue, it is not suitable for all the different combinations that can be expressed using the decoupled mode. I'll mark this ticket as an enhancement.
when using perf_analyzer to analyze a python decoupled model like triton-decoupled using command below
repeat_data.json
which
5
means how many response will server (decouple mode) will send to clientthe results will show error
it seems like perf_analyzer will send a request when it get a response, but in decouple mode, perf_analyzer should not send request again until it get final response from decouple mode