Update config.pbtxt
This commit is contained in:
parent
f004ef3028
commit
ccd9eb0e80
@ -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'
|
||||
@ -119,7 +119,7 @@ parameters: [
|
||||
|
||||
{
|
||||
key: "quantization",
|
||||
value: {string_value: "int8"}
|
||||
value: {string_value: "int4"}
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user