From 9ebdbc3a0c46b69a4c1e104c71ae69c30af15bb4 Mon Sep 17 00:00:00 2001 From: kthui <18255193+kthui@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:47:58 -0800 Subject: [PATCH] Remove mentioning decoupled on comments --- protobuf/grpc_service.proto | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/protobuf/grpc_service.proto b/protobuf/grpc_service.proto index af12f5c..b8d6674 100644 --- a/protobuf/grpc_service.proto +++ b/protobuf/grpc_service.proto @@ -1016,7 +1016,7 @@ message InferStatistics //@@ //@@.. cpp:var:: message InferResponseStatistics //@@ -//@@ Statistics per decoupled response. +//@@ Statistics per response. //@@ message InferResponseStatistics { @@ -1203,10 +1203,10 @@ message ModelStatistics //@@ .. cpp:var:: map 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 response_stats = 9; }