You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which 5 means how many response will server (decouple mode) will send to client
the results will show error
No valid requests recorded within time interval. Please use a larger time window.
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
The text was updated successfully, but these errors were encountered:
@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
The text was updated successfully, but these errors were encountered: