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