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

This commit is contained in:
groupuser 2025-10-30 05:50:45 +00:00
parent d9cfb2240f
commit c921208bba

@ -4,31 +4,17 @@ max_batch_size: 0
input [
{
name: "input0"
data_type: TYPE_BOOL
dims: [ 1 ]
reshape {
shape: [ -2 ]
}
},
{
name: "input1"
data_type: TYPE_UINT64
dims: [ 1, 100 ]
reshape {
shape: [ 150 ]
}
name: "INPUT"
data_type: TYPE_STRING
dims: [ -1 ]
}
]
output [
{
name: "output0"
data_type: TYPE_UINT8
dims: [ 120 ]
reshape {
shape: [ 120, 130 ]
}
name: "OUTPUT"
data_type: TYPE_STRING
dims: [ -1 ]
}
]
@ -36,7 +22,7 @@ output [
parameters: [
{
key: "model_path",
value: {string_value: "/cheetah/input/model/groupuser/triton-python-model"}
value: {string_value: ""}
}
]