Update config.pbtxt

This commit is contained in:
cheetahadmin 2025-10-17 09:19:21 +00:00
parent b84ae11883
commit 980a2e9aef

@ -1,7 +1,7 @@
# Triton backend to use # Triton backend to use
name: "base-gemma-3-1b-it" name: "base-gemma-3-1b-it"
backend: "python" backend: "python"
max_batch_size: 0 max_batch_size: 4
# Triton should expect as input a single string # Triton should expect as input a single string
# input of variable length named 'text_input' # input of variable length named 'text_input'
@ -126,7 +126,7 @@ parameters: [
instance_group [ instance_group [
{ {
kind: KIND_AUTO kind: KIND_AUTO
count: 1 count: 2
} }
] ]