From ded4a29feb2cfc7f48685a1a8e07b7e4d718676d Mon Sep 17 00:00:00 2001 From: cheetahadmin Date: Mon, 27 Oct 2025 04:23:05 +0000 Subject: [PATCH] Update config.pbtxt --- config.pbtxt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.pbtxt b/config.pbtxt index 6bc0ae6..e2cc75e 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -7,6 +7,13 @@ max_batch_size: 0 # input of variable length named 'text_input' input [ + { + name: "text_input" + data_type: TYPE_STRING + dims: [ "-1" ] + + + } ]