triton-python-model/config.pbtxt

31 lines
347 B
Plaintext

# Triton backend to use
backend: "python"
max_batch_size: 0
input [
{
name: "new-regi"
data_type: TYPE_STRING
dims: [ -1 ]
}
]
output [
]
parameters: [
{
key: "model_path",
value: {string_value: "/cheetah/input/model/groupuser/triton-python-model"}
}
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]