From 0b27d9cbda048115e821e24513faae536dd4f3cc Mon Sep 17 00:00:00 2001 From: cheetahadmin Date: Mon, 15 Sep 2025 06:31:48 +0000 Subject: [PATCH] Update config.pbtxt --- config.pbtxt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/config.pbtxt b/config.pbtxt index b8cabf9..1c4b50f 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -6,20 +6,27 @@ max_batch_size: 0 # Triton should expect as input a single string # input of variable length named 'text_input' input [ + { + name: "images" + data_type: TYPE_FP32 + dims: [1, 3, 640, 640] + } ] # Triton should expect to respond with a single string # output of variable length named 'text_output' output [ + { + name: "output0" + data_type: TYPE_FP32 + dims: [1, 84, 8400] + } ] - - instance_group [ { kind: KIND_AUTO count: 1 } ] -