Automatically created by CHEETAH

This commit is contained in:
groupuser 2025-09-17 01:06:57 +00:00
parent becad4af0d
commit 3fa0e197f9

36
config.pbtxt Normal file

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