From 32660af124a6eca85e382c1b84738f1d98aaa63a Mon Sep 17 00:00:00 2001 From: nnshah1 Date: Fri, 17 Nov 2023 13:33:53 -0800 Subject: [PATCH] updated language --- protobuf/model_config.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf/model_config.proto b/protobuf/model_config.proto index d8bf501..0910c69 100644 --- a/protobuf/model_config.proto +++ b/protobuf/model_config.proto @@ -1574,8 +1574,8 @@ message ModelSequenceBatching //@@ of iterations. An iterative sequence is initiated by a single //@@ request and is "rescheduled" by the model until completion. //@@ Requests for inflight requests will be batched together - //@@ and can complete independently. Note this is a beta feature - //@@ and requires backend support. Default value is false. + //@@ and can complete independently. Note this feature + //@@ requires backend support. Default value is false. bool iterative_sequence = 6; }