From 980a2e9aefc0ba6f3da9ff26360afd46c55af2ef Mon Sep 17 00:00:00 2001 From: cheetahadmin Date: Fri, 17 Oct 2025 09:19:21 +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 356f0c0..650c3af 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -1,7 +1,7 @@ # Triton backend to use name: "base-gemma-3-1b-it" backend: "python" -max_batch_size: 0 +max_batch_size: 4 # Triton should expect as input a single string # input of variable length named 'text_input' @@ -126,7 +126,7 @@ parameters: [ instance_group [ { kind: KIND_AUTO - count: 1 + count: 2 } ]