Automatically created from 모델 배포(571:taat) by 그룹사용자(groupuser)

This commit is contained in:
groupuser 2025-11-04 06:33:12 +00:00
parent 900ed1f60f
commit 9307a6303e

30
config.pbtxt Normal file

@ -0,0 +1,30 @@
# Triton backend to use
backend: "python"
max_batch_size: 0
input [
{
name: "modi"
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
}
]