aifirca-model/config.pbtxt
2025-11-20 04:06:04 +00:00

52 lines
648 B
Plaintext

# Triton Backend for Python.
backend: "python"
max_batch_size: 0
input [
{
name: "tensor"
data_type: TYPE_BOOL
dims: [ 1 ]
},
{
name: "tensor2"
data_type: TYPE_INT32
dims: [ 1,2 ]
reshape {
shape: [ 1,1 ]
}
}
]
output [
{
name: "output1"
data_type: TYPE_UINT8
dims: [ 1, 23 ]
},
{
name: "output2"
data_type: TYPE_UINT32
dims: [ 1, 30 ]
reshape {
shape: [ 1, 31 ]
}
}
]
parameters: [
{
key: "model_path",
value: {string_value: "/cheetah/input/model/groupuser/aifirca-model"}
}
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]