Skip to content

Commit

Permalink
Remove mentioning decoupled on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kthui committed Feb 16, 2024
1 parent 315806f commit 9ebdbc3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions protobuf/grpc_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ message InferStatistics
//@@
//@@.. cpp:var:: message InferResponseStatistics
//@@
//@@ Statistics per decoupled response.
//@@ Statistics per response.
//@@
message InferResponseStatistics
{
Expand Down Expand Up @@ -1203,10 +1203,10 @@ message ModelStatistics

//@@ .. cpp:var:: map<string, InferResponseStatistics> response_stats
//@@
//@@ The key and value pairs for all decoupled responses statistics. The
//@@ key is a string identifying a set of response statistics aggregated
//@@ together (i.e. index of the response sent). The value is the
//@@ aggregated response statistics.
//@@ The key and value pairs for all responses statistics. The key is a
//@@ string identifying a set of response statistics aggregated together
//@@ (i.e. index of the response sent). The value is the aggregated
//@@ response statistics.
//@@
map<string, InferResponseStatistics> response_stats = 9;
}
Expand Down

0 comments on commit 9ebdbc3

Please sign in to comment.