Automatically created from 모델 배포(585:rm-new-regi) by 그룹사용자(groupuser)

This commit is contained in:
groupuser 2025-11-04 08:45:51 +00:00
parent 6ae3052797
commit 4126735637

35
config.pbtxt Normal file

@ -0,0 +1,35 @@
# Triton backend to use
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-model"}
}
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]