From 4c90b11368b6ac270b5b742ccd5250e15e811818 Mon Sep 17 00:00:00 2001 From: cheetahadmin Date: Mon, 15 Sep 2025 06:37:37 +0000 Subject: [PATCH] Update config.pbtxt --- config.pbtxt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.pbtxt b/config.pbtxt index 9e20570..1c4b50f 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -10,7 +10,7 @@ input [ name: "images" data_type: TYPE_FP32 dims: [1, 3, 640, 640] - }, + } ] # Triton should expect to respond with a single string @@ -20,7 +20,7 @@ output [ name: "output0" data_type: TYPE_FP32 dims: [1, 84, 8400] - }, + } ]