Automatically created from 모델 배포(554:triton-python-model-gu) by 그룹사용자(groupuser)

This commit is contained in:
groupuser 2025-10-30 07:56:02 +00:00
parent 80cbab41fa
commit db7dc51ea0

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
}
]