From 7a15cb004363e2c1c22f3761f162ec41e7326f5e Mon Sep 17 00:00:00 2001 From: groupuser Date: Tue, 28 Oct 2025 01:49:07 +0000 Subject: [PATCH] =?UTF-8?q?Automatically=20updated=20from=20=EB=AA=A8?= =?UTF-8?q?=EB=8D=B8=20=EB=B0=B0=ED=8F=AC(469:tensorflow-fashion-mnist)=20?= =?UTF-8?q?by=20=EA=B7=B8=EB=A3=B9=EC=82=AC=EC=9A=A9=EC=9E=90(groupuser)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.pbtxt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.pbtxt b/config.pbtxt index 25bf543..206b7c1 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -1,13 +1,14 @@ # Triton backend to use name: "Llama-3.2-1B-Instruct" -backend: "python" +backend: "tensorflow" +platform: "tensorflow_savedmodel" max_batch_size: 0 input [ { name: "text_input" data_type: TYPE_STRING - dims: [ -1 ] + dims: [ apple ] }, { name: "max_length"