From 58a757858c7bc9d32b54508d4f9ec408b456fdb9 Mon Sep 17 00:00:00 2001 From: groupuser Date: Wed, 12 Nov 2025 02:15:51 +0000 Subject: [PATCH] Update config.pbtxt --- config.pbtxt | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/config.pbtxt b/config.pbtxt index 9784503..dcaec4b 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -1,21 +1,20 @@ -# Triton backend to use -name: "resnet50" backend: "pytorch" platform: "pytorch_libtorch" -max_batch_size: 0 + +max_batch_size: 16 input [ + { + name: "input__0" + data_type: TYPE_FP32 + dims: [ 3, 224, 224 ] + } ] output [ -] - - - - -instance_group [ { - kind: KIND_AUTO - count: 1 + name: "output__0" + data_type: TYPE_FP32 + dims: [ 1000 ] } ]