Update config.pbtxt

This commit is contained in:
cheetahadmin 2025-10-20 00:44:29 +00:00
parent a6ffcf8e84
commit f375148009

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