Automatically created from 모델 배포(621:DBInc-Sample) by 그룹사용자(groupuser)

This commit is contained in:
groupuser 2025-12-11 00:14:25 +00:00
parent 5e673f79e4
commit 698dabccee

35
config.pbtxt Normal file

@ -0,0 +1,35 @@
# Triton Backend for Python.
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/DBInc-Sample"}
}
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]